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

Function BC1EnableAVX2

cmp_core/shaders/bc1_encode_kernel.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67int BC1EnableAVX2()
68{
69 bool result = bc1ToggleSIMD(EXTENSION_AVX2);
70
71 return result ? 0 : 1;
72}
73
74int BC1EnableAVX512()
75{

Callers 1

EnableAVX2Function · 0.85

Calls 1

bc1ToggleSIMDFunction · 0.85

Tested by

no test coverage detected