Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
int BC1EnableAVX2()
68
{
69
bool result = bc1ToggleSIMD(EXTENSION_AVX2);
70
71
return result ? 0 : 1;
72
}
73
74
int BC1EnableAVX512()
75
{
Callers
1
EnableAVX2
Function · 0.85
Calls
1
bc1ToggleSIMD
Function · 0.85
Tested by
no test coverage detected