MCPcopy 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)
60int BC1EnableSSE4()
61{
62 bool result = bc1ToggleSIMD(EXTENSION_SSE42);
63
64 return result ? 0 : 1;
65}
66
67int BC1EnableAVX2()
68{

Callers 1

EnableSSE4Function · 0.85

Calls 1

bc1ToggleSIMDFunction · 0.85

Tested by

no test coverage detected