Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
int BC1EnableAVX512()
75
{
76
bool result = bc1ToggleSIMD(EXTENSION_AVX512_F);
77
78
return result ? 0 : 1;
79
}
80
81
void BC1DisableSIMD()
82
{
Callers
1
EnableAVX512
Function · 0.85
Calls
1
bc1ToggleSIMD
Function · 0.85
Tested by
no test coverage detected