Skip to content

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
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 24 additions & 23 deletions about/system_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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* |
Copy link
Contributor

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.

| | |
| | - **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* |
+----------------------+-----------------------------------------------------------------------------------------+
Expand All @@ -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). |
Copy link
Contributor

Choose a reason for hiding this comment

The 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). |
+----------------------+-----------------------------------------------------------------------------------------+
Expand All @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The 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
Expand Down Expand Up @@ -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) |
+----------------------+-----------------------------------------------------------------------------------------+
Expand All @@ -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* |
+----------------------+---------------------------------------------------------------------------------------------+
Expand All @@ -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 |
Expand Down Expand Up @@ -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, |
Expand Down Expand Up @@ -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* |
+----------------------+-----------------------------------------------------------------------------------------+
Expand All @@ -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 |
Expand All @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -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) |
Expand All @@ -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* |
+----------------------+----------------------------------------------------------------------------------------------+
Expand All @@ -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 |
Expand Down Expand Up @@ -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) |
Expand Down
Loading