Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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>
138
void 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
SupportsSSE
Function · 0.85
SupportsSSE2
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected