MCPcopy Create free account
hub / github.com/GPUOpen-Tools/compressonator / cpuid

Function cpuid

cmp_compressonatorlib/common/codec.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136// GCC Intrinsics
137#include <cpuid.h>
138void cpuid(int info[4], int InfoType)
139{
140 __cpuid_count(InfoType, 0, info[0], info[1], info[2], info[3]);
141}
142
143#endif
144

Callers 2

SupportsSSEFunction · 0.85
SupportsSSE2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected