Skip to content

Commit caafabe

Browse files
Update category comment
1 parent 7faed80 commit caafabe

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

units/SDL_cpuinfo.inc

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,19 @@
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
{*

0 commit comments

Comments
 (0)