@@ -23,17 +23,18 @@ Desktop or laptop PC - Minimum
2323.. which can run up to macOS 10.13.
2424
2525+----------------------+-----------------------------------------------------------------------------------------+
26- | **CPU ** | - **Windows: ** x86_32 CPU with SSE2 instructions , x86_64 CPU, ARMv8 CPU |
26+ | **CPU ** | - **Windows: ** x86_32 CPU with SSE2 support , x86_64 CPU with SSE4.2 support, ARMv8 CPU |
2727| | |
28- | | - *Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300 , Snapdragon X Elite * |
28+ | | - *Example: Intel Core 2 Duo E8200, AMD FX-4100 , Snapdragon X Elite * |
2929| | |
3030| | - **macOS: ** x86_64 or ARM CPU (Apple Silicon) |
3131| | |
3232| | - *Example: Intel Core 2 Duo SU9400, Apple M1 * |
3333| | |
34- | | - **Linux: ** x86_32 CPU with SSE2 instructions, x86_64 CPU, ARMv7 or ARMv8 CPU |
34+ | | - **Linux: ** x86_32 CPU with SSE2 support, x86_64 CPU with SSE4.2 support, ARMv7 or |
35+ | | ARMv8 CPU |
3536| | |
36- | | - *Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300 , Raspberry Pi 4 * |
37+ | | - *Example: Intel Core 2 Duo E8200, AMD FX-4100 , Raspberry Pi 4 * |
3738+----------------------+-----------------------------------------------------------------------------------------+
3839| **GPU ** | - **Forward+ renderer: ** Integrated graphics with full Vulkan 1.0 support |
3940| | |
@@ -62,6 +63,9 @@ Desktop or laptop PC - Minimum
6263
6364.. note ::
6465
66+ If your x86_64 CPU does not support SSE4.2, you can still run the 32-bit Godot
67+ executable which only has a SSE2 requirement (all x86_64 CPUs support SSE2).
68+
6569 While supported on Linux, we have no official minimum requirements for running on
6670 rv64 (RISC-V), ppc64 & ppc32 (PowerPC), and loongarch64. In addition you must
6771 compile the editor for that platform (as well as export templates) yourself,
@@ -109,15 +113,15 @@ Desktop or laptop PC - Recommended
109113~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
110114
111115+----------------------+---------------------------------------------------------------------------------------------+
112- | **CPU ** | - **Windows:** x86_64 CPU with SSE4.2 instructions , with 4 physical cores or more, ARMv8 CPU|
116+ | **CPU ** | - **Windows: ** x86_64 CPU with SSE4.2 support , with 4 physical cores or more, ARMv8 CPU |
113117| | |
114118| | - *Example: Intel Core i5-6600K, AMD Ryzen 5 1600, Snapdragon X Elite * |
115119| | |
116120| | - **macOS: ** x86_64 or ARM CPU (Apple Silicon) |
117121| | |
118122| | - *Example: Intel Core i5-8500, Apple M1 * |
119123| | |
120- | | - **Linux: ** x86_32 CPU with SSE2 instructions, x86_64 CPU, ARMv7 or ARMv8 CPU |
124+ | | - **Linux: ** x86_64 CPU with SSE4.2 support, ARMv7 or ARMv8 CPU |
121125| | |
122126| | - *Example: Intel Core i5-6600K, AMD Ryzen 5 1600, Raspberry Pi 5 with overclocking * |
123127+----------------------+---------------------------------------------------------------------------------------------+
@@ -204,17 +208,19 @@ Desktop or laptop PC - Minimum
204208.. which can run up to macOS 10.13.
205209
206210+----------------------+-----------------------------------------------------------------------------------------+
207- | **CPU ** | - **Windows: ** x86_32 CPU with SSE2 instructions, any x86_64 CPU, ARMv8 CPU |
211+ | **CPU ** | - **Windows: ** x86_32 CPU with SSE2 support, x86_64 CPU with SSE4.2 support, |
212+ | | ARMv8 CPU |
208213| | |
209- | | - *Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300 , Snapdragon X Elite * |
214+ | | - *Example: Intel Core 2 Duo E8200, AMD FX-4100 , Snapdragon X Elite * |
210215| | |
211216| | - **macOS: ** x86_64 or ARM CPU (Apple Silicon) |
212217| | |
213218| | - *Example: Intel Core 2 Duo SU9400, Apple M1 * |
214219| | |
215- | | - **Linux: ** x86_32 CPU with SSE2 instructions, x86_64 CPU, ARMv7 or ARMv8 CPU |
220+ | | - **Linux: ** x86_32 CPU with SSE2 support, x86_64 CPU with SSE4.2 support, |
221+ | | ARMv7 or ARMv8 CPU |
216222| | |
217- | | - *Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300 , Raspberry Pi 4 * |
223+ | | - *Example: Intel Core 2 Duo E8200, AMD FX-4100 , Raspberry Pi 4 * |
218224+----------------------+-----------------------------------------------------------------------------------------+
219225| **GPU ** | - **Forward+ renderer: ** Integrated graphics with full Vulkan 1.0 support, |
220226| | Metal 3 support (macOS) or Direct3D 12 (12_0 feature level) support (Windows) |
@@ -243,12 +249,6 @@ Desktop or laptop PC - Minimum
243249| | (including ESR), Chrome and Chromium derivatives, Safari and WebKit derivatives. |
244250+----------------------+-----------------------------------------------------------------------------------------+
245251
246- .. note ::
247-
248- Vulkan drivers for these Windows versions are known to have issues with
249- memory leaks. As a result, it's recommended to stick to the Compatibility
250- renderer when running Godot on a Windows version older than 10.
251-
252252Mobile device (smartphone/tablet) - Minimum
253253~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
254254
@@ -295,15 +295,16 @@ Desktop or laptop PC - Recommended
295295~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
296296
297297+----------------------+----------------------------------------------------------------------------------------------+
298- | **CPU ** | - **Windows: ** x86_64 CPU with SSE4.2 instructions , with 4 physical cores or more, ARMv8 CPU |
298+ | **CPU ** | - **Windows: ** x86_64 CPU with SSE4.2 support , with 4 physical cores or more, ARMv8 CPU |
299299| | |
300300| | - *Example: Intel Core i5-6600K, AMD Ryzen 5 1600, Snapdragon X Elite * |
301301| | |
302302| | - **macOS: ** x86_64 or ARM CPU (Apple Silicon) |
303303| | |
304304| | - *Example: Intel Core i5-8500, Apple M1 * |
305305| | |
306- | | - **Linux: ** x86_32 CPU with SSE2 instructions, x86_64 CPU, ARMv7 or ARMv8 CPU |
306+ | | - **Linux: ** x86_64 CPU with SSE4.2 support, with 4 physical cores or more, |
307+ | | ARMv7 or ARMv8 CPU |
307308| | |
308309| | - *Example: Intel Core i5-6600K, AMD Ryzen 5 1600, Raspberry Pi 5 with overclocking * |
309310+----------------------+----------------------------------------------------------------------------------------------+
0 commit comments