Get the number of CPU cores available.
Defined in SDL_cpuinfo.h
int SDL_GetCPUCount(void);
(int) Returns the total number of logical CPU cores. On CPUs that include technologies such as hyperthreading, the number of logical cores may be more than the number of physical cores.
This function is available since SDL 2.0.0.