Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-Tools/compressonator
/ DisableSIMD
Function
DisableSIMD
cmp_core/source/cmp_core.cpp:65–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
int CMP_CDECL DisableSIMD()
66
{
67
BC1DisableSIMD();
68
69
g_simdExtensionSet = SIMD_ENABLED_NONE;
70
71
return CGU_CORE_OK;
72
}
73
74
int CMP_CDECL GetEnabledSIMDExtension()
75
{
Callers
2
core_simd_tests.cpp
File · 0.85
main
Function · 0.85
Calls
1
BC1DisableSIMD
Function · 0.85
Tested by
1
main
Function · 0.68