Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-Tools/compressonator
/ BC1EnableSSE4
Function
BC1EnableSSE4
cmp_core/shaders/bc1_encode_kernel.cpp:60–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
#if !defined(ASPM_GPU)
60
int BC1EnableSSE4()
61
{
62
bool result = bc1ToggleSIMD(EXTENSION_SSE42);
63
64
return result ? 0 : 1;
65
}
66
67
int BC1EnableAVX2()
68
{
Callers
1
EnableSSE4
Function · 0.85
Calls
1
bc1ToggleSIMD
Function · 0.85
Tested by
no test coverage detected