-
-
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
base: master
Are you sure you want to change the base?
Conversation
- Remove notice about Vulkan support on Windows versions older than 10, as Windows 10 is the minimum version for Godot 4.5 onwards.
e7efbe4
to
98ad11b
Compare
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 comment
The reason will be displayed to describe this comment to others. Learn more.
Was this an accidental change? "Compiling instructions" is correct.
@@ -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 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.
@@ -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* | |
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.
Not cherry-pickable to
4.4
, as this information only applies to 4.5+.