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