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

Conversation

Calinou
Copy link
Member

@Calinou Calinou commented Jul 10, 2025

  • Remove notice about Vulkan support on Windows versions older than 10, as Windows 10 is the minimum version for Godot 4.5 onwards.

Not cherry-pickable to 4.4, as this information only applies to 4.5+.

@Calinou Calinou added enhancement area:manual Issues and PRs related to the Manual/Tutorials section of the documentation labels Jul 10, 2025
- Remove notice about Vulkan support on Windows versions older
  than 10, as Windows 10 is the minimum version for Godot 4.5
  onwards.
@Calinou Calinou force-pushed the system-requirements-sse4.2 branch from e7efbe4 to 98ad11b Compare July 10, 2025 14:38
@AThousandShips AThousandShips added this to the 4.5 milestone Jul 10, 2025
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.

@@ -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.

@@ -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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:manual Issues and PRs related to the Manual/Tutorials section of the documentation enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants