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