MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / spp_cpuid

Function spp_cpuid

libCacheSim/dataStructure/sparsepp/spp_config.h:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 #if defined(i386)
82 #include <cpuid.h>
83 inline void spp_cpuid(int info[4], int InfoType) {
84 __cpuid_count(InfoType, 0, info[0], info[1], info[2], info[3]);
85 }
86 #endif
87
88 #define SPP_POPCNT __builtin_popcount

Callers 1

spp_popcount_checkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected