cpp-sdl2
C++ header-only SDL2 wrapper
|
Get information about the system (os, cpu, ram...) More...
Functions | |
bool | is_tablet () |
bool | has_AVX512F () |
std::string | platform () |
Get used platform as a string. More... | |
int | cpu_cacheline_size () |
Get the size of a cacheline. More... | |
int | cpu_count () |
Get the numbers of CPU in the system. More... | |
int | system_ram () |
Get the amount of ram in the system `. More... | |
bool | has_3DNow () |
Returns true if system has AMD 3DNow! support. More... | |
bool | has_AVX () |
Return true if CPU has AVX instruction set support. More... | |
bool | has_AVX2 () |
Return true if CPU has AVX2 instruction set support. More... | |
bool | has_AltiVec () |
Return true if cpu has Apple/IBM/Motorola AltiVec SIMD support. More... | |
bool | has_MMX () |
Return true if cpu has Intel MMX support. More... | |
bool | has_RDTSC () |
Return true if current cpu has a TSC register. More... | |
bool | has_SSE () |
Return true if cpu supports 1st gen SSE. More... | |
bool | has_SSE2 () |
Return true if cpu supports SSE2. More... | |
bool | has_SSE3 () |
Return true if cpu supports SSE3. More... | |
bool | has_SSE41 () |
Return true if cpu supports SSE41. More... | |
bool | has_SSE42 () |
Return true if cpu supports SSE42. More... | |
Get information about the system (os, cpu, ram...)
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |