Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-Tools/compressonator
/ EnableAVX2
Function
EnableAVX2
cmp_core/source/cmp_core.cpp:47–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
int CMP_CDECL EnableAVX2()
48
{
49
int error = BC1EnableAVX2();
50
51
g_simdExtensionSet = error == 0 ? SIMD_ENABLED_AVX2 : g_simdExtensionSet;
52
53
return error;
54
}
55
56
int CMP_CDECL EnableAVX512()
57
{
Callers
2
core_simd_tests.cpp
File · 0.85
main
Function · 0.85
Calls
1
BC1EnableAVX2
Function · 0.85
Tested by
1
main
Function · 0.68