예제 #1
0
bool SystemStats::hasSSE3() noexcept          { return getCPUInformation().hasSSE3; }
예제 #2
0
bool SystemStats::has3DNow() noexcept         { return getCPUInformation().has3DNow; }
예제 #3
0
bool SystemStats::hasMMX() noexcept           { return getCPUInformation().hasMMX; }
예제 #4
0
int SystemStats::getNumCpus() noexcept        { return getCPUInformation().numCpus; }
예제 #5
0
bool SystemStats::hasAVX2() noexcept            { return getCPUInformation().hasAVX2; }
예제 #6
0
int SystemStats::getNumPhysicalCpus() noexcept  { return getCPUInformation().numPhysicalCPUs; }
예제 #7
0
bool SystemStats::hasNEON() noexcept         { return getCPUInformation().hasNEON; }