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

Function BC1EnableAVX512

cmp_core/shaders/bc1_encode_kernel.cpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74int BC1EnableAVX512()
75{
76 bool result = bc1ToggleSIMD(EXTENSION_AVX512_F);
77
78 return result ? 0 : 1;
79}
80
81void BC1DisableSIMD()
82{

Callers 1

EnableAVX512Function · 0.85

Calls 1

bc1ToggleSIMDFunction · 0.85

Tested by

no test coverage detected