MCPcopy 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
47int 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
56int CMP_CDECL EnableAVX512()
57{

Callers 2

mainFunction · 0.85

Calls 1

BC1EnableAVX2Function · 0.85

Tested by 1

mainFunction · 0.68