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