File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 77}
88
99{*
10- * # CategoryCPUInfo
11- *
12- * CPU feature detection for SDL.
13- *
14- * These functions are largely concerned with reporting if the system has
15- * access to various SIMD instruction sets, but also has other important info
16- * to share, such as system RAM size and number of logical CPU cores.
10+ * # CategoryCPUInfo
11+ *
12+ * CPU feature detection for SDL.
13+ *
14+ * These functions are largely concerned with reporting if the system has
15+ * access to various SIMD instruction sets, but also has other important info
16+ * to share, such as system RAM size and number of logical CPU cores.
17+ *
18+ * CPU instruction set checks, like SDL_HasSSE () and SDL_HasNEON (), are
19+ * available on all platforms, even if they don' t make sense (an ARM processor
20+ * will never have SSE and an x86 processor will never have NEON, for example,
21+ * but these functions still exist and will simply return false in these
22+ * cases).
1723 }
1824
1925{*
You can’t perform that action at this time.
0 commit comments