Skip to content

Commit e7efbe4

Browse files
committed
Document SSE4.2 instruction set in System requirements
- Remove notice about Vulkan support on Windows versions older than 10, as Windows 10 is the minimum version for Godot 4.5 onwards.
1 parent b33248a commit e7efbe4

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

about/system_requirements.rst

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,16 @@ 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
| | |
2828
| | - *Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300, 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
| | |
3637
| | - *Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300, Raspberry Pi 4* |
3738
+----------------------+-----------------------------------------------------------------------------------------+
@@ -50,7 +51,7 @@ Desktop or laptop PC - Minimum
5051
| **RAM** | - **Native editor:** 4 GB |
5152
| | - **Web editor:** 8 GB |
5253
+----------------------+-----------------------------------------------------------------------------------------+
53-
| **Storage** | 200 MB (used for the executable, project files and cache). |
54+
| **Storage** | 200 MB (used for the executable, project files and cache). |
5455
| | Exporting projects requires downloading export templates separately |
5556
| | (1.3 GB after installation). |
5657
+----------------------+-----------------------------------------------------------------------------------------+
@@ -62,10 +63,13 @@ 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,
68-
no official downloads are currently provided. RISC-V compiling instructions can
72+
no official downloads are currently provided. RISC-V compiling support can
6973
be found on the :ref:`doc_compiling_for_linuxbsd` page.
7074

7175
Mobile device (smartphone/tablet) - Minimum
@@ -93,7 +97,7 @@ Mobile device (smartphone/tablet) - Minimum
9397
| **RAM** | - **Native editor:** 3 GB |
9498
| | - **Web editor:** 6 GB |
9599
+----------------------+-----------------------------------------------------------------------------------------+
96-
| **Storage** | 200 MB (used for the executable, project files and cache) |
100+
| **Storage** | 200 MB (used for the executable, project files and cache) |
97101
| | Exporting projects requires downloading export templates separately |
98102
| | (1.3 GB after installation) |
99103
+----------------------+-----------------------------------------------------------------------------------------+
@@ -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
+----------------------+---------------------------------------------------------------------------------------------+
@@ -136,7 +140,7 @@ Desktop or laptop PC - Recommended
136140
| **RAM** | - **Native editor:** 8 GB |
137141
| | - **Web editor:** 12 GB |
138142
+----------------------+---------------------------------------------------------------------------------------------+
139-
| **Storage** | 1.5 GB (used for the executable, project files, all export templates and cache) |
143+
| **Storage** | 1.5 GB (used for the executable, project files, all export templates and cache) |
140144
+----------------------+---------------------------------------------------------------------------------------------+
141145
| **Operating system** | - **Native editor:** Windows 10, macOS 10.15, |
142146
| | Linux distribution released after 2020 |
@@ -168,7 +172,7 @@ Mobile device (smartphone/tablet) - Recommended
168172
| **RAM** | - **Native editor:** 6 GB |
169173
| | - **Web editor:** 8 GB |
170174
+----------------------+-----------------------------------------------------------------------------------------+
171-
| **Storage** | 1.5 GB (used for the executable, project files, all export templates and cache) |
175+
| **Storage** | 1.5 GB (used for the executable, project files, all export templates and cache) |
172176
+----------------------+-----------------------------------------------------------------------------------------+
173177
| **Operating system** | - **Native editor:** Android 9.0 |
174178
| | - **Web editor:** Latest version of Firefox, Chrome, Edge, Safari, Opera, |
@@ -204,15 +208,17 @@ 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
| | |
209214
| | - *Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300, 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
| | |
217223
| | - *Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300, Raspberry Pi 4* |
218224
+----------------------+-----------------------------------------------------------------------------------------+
@@ -234,7 +240,7 @@ Desktop or laptop PC - Minimum
234240
| **RAM** | - **For native exports:** 2 GB |
235241
| | - **For web exports:** 4 GB |
236242
+----------------------+-----------------------------------------------------------------------------------------+
237-
| **Storage** | 150 MB (used for the executable, project files and cache) |
243+
| **Storage** | 150 MB (used for the executable, project files and cache) |
238244
+----------------------+-----------------------------------------------------------------------------------------+
239245
| **Operating system** | - **For native exports:** Windows 10, macOS 10.13 (Compatibility), macOS 10.15 |
240246
| | (Forward+/Mobile, Vulkan), macOS 13.0 (Forward+/Mobile, Metal), Linux distribution |
@@ -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-
252252
Mobile device (smartphone/tablet) - Minimum
253253
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
254254

@@ -280,7 +280,7 @@ Mobile device (smartphone/tablet) - Minimum
280280
| **RAM** | - **For native exports:** 1 GB |
281281
| | - **For web exports:** 2 GB |
282282
+----------------------+-----------------------------------------------------------------------------------------+
283-
| **Storage** | 150 MB (used for the executable, project files and cache) |
283+
| **Storage** | 150 MB (used for the executable, project files and cache) |
284284
+----------------------+-----------------------------------------------------------------------------------------+
285285
| **Operating system** | - **For native exports:** Android 6.0 (Compatibility), Android 9.0 (Forward+/Mobile), |
286286
| | iOS 12.0 (Forward+/Mobile, Vulkan), iOS 16.0 (Forward+/Mobile, Metal) |
@@ -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
+----------------------+----------------------------------------------------------------------------------------------+
@@ -324,7 +325,7 @@ Desktop or laptop PC - Recommended
324325
| **RAM** | - **For native exports:** 4 GB |
325326
| | - **For web exports:** 8 GB |
326327
+----------------------+----------------------------------------------------------------------------------------------+
327-
| **Storage** | 150 MB (used for the executable, project files and cache) |
328+
| **Storage** | 150 MB (used for the executable, project files and cache) |
328329
+----------------------+----------------------------------------------------------------------------------------------+
329330
| **Operating system** | - **For native exports:** Windows 10, macOS 10.15 (Forward+/Mobile, Vulkan), macOS 13.0 |
330331
| | (Forward+/Mobile, Metal), Linux distribution released after 2020 |
@@ -360,7 +361,7 @@ Mobile device (smartphone/tablet) - Recommended
360361
| **RAM** | - **For native exports:** 2 GB |
361362
| | - **For web exports:** 4 GB |
362363
+----------------------+-----------------------------------------------------------------------------------------+
363-
| **Storage** | 150 MB (used for the executable, project files and cache) |
364+
| **Storage** | 150 MB (used for the executable, project files and cache) |
364365
+----------------------+-----------------------------------------------------------------------------------------+
365366
| **Operating system** | - **For native exports:** Android 9.0, iOS 14.1 (Forward+/Mobile, Vulkan), iOS 16.0 |
366367
| | (Forward+/Mobile, Metal) |

0 commit comments

Comments
 (0)