-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Document SSE4.2 instruction set in System requirements #11103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Calinou
wants to merge
1
commit into
godotengine:master
Choose a base branch
from
Calinou:system-requirements-sse4.2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+24
−23
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,15 +23,16 @@ Desktop or laptop PC - Minimum | |
.. which can run up to macOS 10.13. | ||
|
||
+----------------------+-----------------------------------------------------------------------------------------+ | ||
| **CPU** | - **Windows:** x86_32 CPU with SSE2 instructions, x86_64 CPU, ARMv8 CPU | | ||
| **CPU** | - **Windows:** x86_32 CPU with SSE2 support, x86_64 CPU with SSE4.2 support, ARMv8 CPU | | ||
| | | | ||
| | - *Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300, Snapdragon X Elite* | | ||
| | | | ||
| | - **macOS:** x86_64 or ARM CPU (Apple Silicon) | | ||
| | | | ||
| | - *Example: Intel Core 2 Duo SU9400, Apple M1* | | ||
| | | | ||
| | - **Linux:** x86_32 CPU with SSE2 instructions, x86_64 CPU, ARMv7 or ARMv8 CPU | | ||
| | - **Linux:** x86_32 CPU with SSE2 support, x86_64 CPU with SSE4.2 support, ARMv7 or | | ||
| | ARMv8 CPU | | ||
| | | | ||
| | - *Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300, Raspberry Pi 4* | | ||
+----------------------+-----------------------------------------------------------------------------------------+ | ||
|
@@ -50,7 +51,7 @@ Desktop or laptop PC - Minimum | |
| **RAM** | - **Native editor:** 4 GB | | ||
| | - **Web editor:** 8 GB | | ||
+----------------------+-----------------------------------------------------------------------------------------+ | ||
| **Storage** | 200 MB (used for the executable, project files and cache). | | ||
| **Storage** | 200 MB (used for the executable, project files and cache). | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure why this space was added here and in other places, but it broke the table. |
||
| | Exporting projects requires downloading export templates separately | | ||
| | (1.3 GB after installation). | | ||
+----------------------+-----------------------------------------------------------------------------------------+ | ||
|
@@ -62,10 +63,13 @@ Desktop or laptop PC - Minimum | |
|
||
.. note:: | ||
|
||
If your x86_64 CPU does not support SSE4.2, you can still run the 32-bit Godot | ||
executable which only has a SSE2 requirement (all x86_64 CPUs support SSE2). | ||
|
||
While supported on Linux, we have no official minimum requirements for running on | ||
rv64 (RISC-V), ppc64 & ppc32 (PowerPC), and loongarch64. In addition you must | ||
compile the editor for that platform (as well as export templates) yourself, | ||
no official downloads are currently provided. RISC-V compiling instructions can | ||
no official downloads are currently provided. RISC-V compiling support can | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Was this an accidental change? "Compiling instructions" is correct. |
||
be found on the :ref:`doc_compiling_for_linuxbsd` page. | ||
|
||
Mobile device (smartphone/tablet) - Minimum | ||
|
@@ -93,7 +97,7 @@ Mobile device (smartphone/tablet) - Minimum | |
| **RAM** | - **Native editor:** 3 GB | | ||
| | - **Web editor:** 6 GB | | ||
+----------------------+-----------------------------------------------------------------------------------------+ | ||
| **Storage** | 200 MB (used for the executable, project files and cache) | | ||
| **Storage** | 200 MB (used for the executable, project files and cache) | | ||
| | Exporting projects requires downloading export templates separately | | ||
| | (1.3 GB after installation) | | ||
+----------------------+-----------------------------------------------------------------------------------------+ | ||
|
@@ -109,15 +113,15 @@ Desktop or laptop PC - Recommended | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
+----------------------+---------------------------------------------------------------------------------------------+ | ||
| **CPU** | - **Windows:** x86_64 CPU with SSE4.2 instructions, with 4 physical cores or more, ARMv8 CPU| | ||
| **CPU** | - **Windows:** x86_64 CPU with SSE4.2 support, with 4 physical cores or more, ARMv8 CPU | | ||
| | | | ||
| | - *Example: Intel Core i5-6600K, AMD Ryzen 5 1600, Snapdragon X Elite* | | ||
| | | | ||
| | - **macOS:** x86_64 or ARM CPU (Apple Silicon) | | ||
| | | | ||
| | - *Example: Intel Core i5-8500, Apple M1* | | ||
| | | | ||
| | - **Linux:** x86_32 CPU with SSE2 instructions, x86_64 CPU, ARMv7 or ARMv8 CPU | | ||
| | - **Linux:** x86_64 CPU with SSE4.2 support, ARMv7 or ARMv8 CPU | | ||
| | | | ||
| | - *Example: Intel Core i5-6600K, AMD Ryzen 5 1600, Raspberry Pi 5 with overclocking* | | ||
+----------------------+---------------------------------------------------------------------------------------------+ | ||
|
@@ -136,7 +140,7 @@ Desktop or laptop PC - Recommended | |
| **RAM** | - **Native editor:** 8 GB | | ||
| | - **Web editor:** 12 GB | | ||
+----------------------+---------------------------------------------------------------------------------------------+ | ||
| **Storage** | 1.5 GB (used for the executable, project files, all export templates and cache) | | ||
| **Storage** | 1.5 GB (used for the executable, project files, all export templates and cache) | | ||
+----------------------+---------------------------------------------------------------------------------------------+ | ||
| **Operating system** | - **Native editor:** Windows 10, macOS 10.15, | | ||
| | Linux distribution released after 2020 | | ||
|
@@ -168,7 +172,7 @@ Mobile device (smartphone/tablet) - Recommended | |
| **RAM** | - **Native editor:** 6 GB | | ||
| | - **Web editor:** 8 GB | | ||
+----------------------+-----------------------------------------------------------------------------------------+ | ||
| **Storage** | 1.5 GB (used for the executable, project files, all export templates and cache) | | ||
| **Storage** | 1.5 GB (used for the executable, project files, all export templates and cache) | | ||
+----------------------+-----------------------------------------------------------------------------------------+ | ||
| **Operating system** | - **Native editor:** Android 9.0 | | ||
| | - **Web editor:** Latest version of Firefox, Chrome, Edge, Safari, Opera, | | ||
|
@@ -204,15 +208,17 @@ Desktop or laptop PC - Minimum | |
.. which can run up to macOS 10.13. | ||
|
||
+----------------------+-----------------------------------------------------------------------------------------+ | ||
| **CPU** | - **Windows:** x86_32 CPU with SSE2 instructions, any x86_64 CPU, ARMv8 CPU | | ||
| **CPU** | - **Windows:** x86_32 CPU with SSE2 support, x86_64 CPU with SSE4.2 support, | | ||
| | ARMv8 CPU | | ||
| | | | ||
| | - *Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300, Snapdragon X Elite* | | ||
| | | | ||
| | - **macOS:** x86_64 or ARM CPU (Apple Silicon) | | ||
| | | | ||
| | - *Example: Intel Core 2 Duo SU9400, Apple M1* | | ||
| | | | ||
| | - **Linux:** x86_32 CPU with SSE2 instructions, x86_64 CPU, ARMv7 or ARMv8 CPU | | ||
| | - **Linux:** x86_32 CPU with SSE2 support, x86_64 CPU with SSE4.2 support, | | ||
| | ARMv7 or ARMv8 CPU | | ||
| | | | ||
| | - *Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300, Raspberry Pi 4* | | ||
+----------------------+-----------------------------------------------------------------------------------------+ | ||
|
@@ -234,7 +240,7 @@ Desktop or laptop PC - Minimum | |
| **RAM** | - **For native exports:** 2 GB | | ||
| | - **For web exports:** 4 GB | | ||
+----------------------+-----------------------------------------------------------------------------------------+ | ||
| **Storage** | 150 MB (used for the executable, project files and cache) | | ||
| **Storage** | 150 MB (used for the executable, project files and cache) | | ||
+----------------------+-----------------------------------------------------------------------------------------+ | ||
| **Operating system** | - **For native exports:** Windows 10, macOS 10.13 (Compatibility), macOS 10.15 | | ||
| | (Forward+/Mobile, Vulkan), macOS 13.0 (Forward+/Mobile, Metal), Linux distribution | | ||
|
@@ -243,12 +249,6 @@ Desktop or laptop PC - Minimum | |
| | (including ESR), Chrome and Chromium derivatives, Safari and WebKit derivatives. | | ||
+----------------------+-----------------------------------------------------------------------------------------+ | ||
|
||
.. note:: | ||
|
||
Vulkan drivers for these Windows versions are known to have issues with | ||
memory leaks. As a result, it's recommended to stick to the Compatibility | ||
renderer when running Godot on a Windows version older than 10. | ||
|
||
Mobile device (smartphone/tablet) - Minimum | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
|
@@ -280,7 +280,7 @@ Mobile device (smartphone/tablet) - Minimum | |
| **RAM** | - **For native exports:** 1 GB | | ||
| | - **For web exports:** 2 GB | | ||
+----------------------+-----------------------------------------------------------------------------------------+ | ||
| **Storage** | 150 MB (used for the executable, project files and cache) | | ||
| **Storage** | 150 MB (used for the executable, project files and cache) | | ||
+----------------------+-----------------------------------------------------------------------------------------+ | ||
| **Operating system** | - **For native exports:** Android 6.0 (Compatibility), Android 9.0 (Forward+/Mobile), | | ||
| | iOS 12.0 (Forward+/Mobile, Vulkan), iOS 16.0 (Forward+/Mobile, Metal) | | ||
|
@@ -295,15 +295,16 @@ Desktop or laptop PC - Recommended | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
+----------------------+----------------------------------------------------------------------------------------------+ | ||
| **CPU** | - **Windows:** x86_64 CPU with SSE4.2 instructions, with 4 physical cores or more, ARMv8 CPU | | ||
| **CPU** | - **Windows:** x86_64 CPU with SSE4.2 support, with 4 physical cores or more, ARMv8 CPU | | ||
| | | | ||
| | - *Example: Intel Core i5-6600K, AMD Ryzen 5 1600, Snapdragon X Elite* | | ||
| | | | ||
| | - **macOS:** x86_64 or ARM CPU (Apple Silicon) | | ||
| | | | ||
| | - *Example: Intel Core i5-8500, Apple M1* | | ||
| | | | ||
| | - **Linux:** x86_32 CPU with SSE2 instructions, x86_64 CPU, ARMv7 or ARMv8 CPU | | ||
| | - **Linux:** x86_64 CPU with SSE4.2 support, with 4 physical cores or more, | | ||
| | ARMv7 or ARMv8 CPU | | ||
| | | | ||
| | - *Example: Intel Core i5-6600K, AMD Ryzen 5 1600, Raspberry Pi 5 with overclocking* | | ||
+----------------------+----------------------------------------------------------------------------------------------+ | ||
|
@@ -324,7 +325,7 @@ Desktop or laptop PC - Recommended | |
| **RAM** | - **For native exports:** 4 GB | | ||
| | - **For web exports:** 8 GB | | ||
+----------------------+----------------------------------------------------------------------------------------------+ | ||
| **Storage** | 150 MB (used for the executable, project files and cache) | | ||
| **Storage** | 150 MB (used for the executable, project files and cache) | | ||
+----------------------+----------------------------------------------------------------------------------------------+ | ||
| **Operating system** | - **For native exports:** Windows 10, macOS 10.15 (Forward+/Mobile, Vulkan), macOS 13.0 | | ||
| | (Forward+/Mobile, Metal), Linux distribution released after 2020 | | ||
|
@@ -360,7 +361,7 @@ Mobile device (smartphone/tablet) - Recommended | |
| **RAM** | - **For native exports:** 2 GB | | ||
| | - **For web exports:** 4 GB | | ||
+----------------------+-----------------------------------------------------------------------------------------+ | ||
| **Storage** | 150 MB (used for the executable, project files and cache) | | ||
| **Storage** | 150 MB (used for the executable, project files and cache) | | ||
+----------------------+-----------------------------------------------------------------------------------------+ | ||
| **Operating system** | - **For native exports:** Android 9.0, iOS 14.1 (Forward+/Mobile, Vulkan), iOS 16.0 | | ||
| | (Forward+/Mobile, Metal) | | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This AMD Athlon processor needs to be changed here and the 3 other places it shows up. From what I'm seeing on techpowerup here, and on wikipedia here, it doesn't support SSE4.2.