MCPcopy 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
65int CMP_CDECL DisableSIMD()
66{
67 BC1DisableSIMD();
68
69 g_simdExtensionSet = SIMD_ENABLED_NONE;
70
71 return CGU_CORE_OK;
72}
73
74int CMP_CDECL GetEnabledSIMDExtension()
75{

Callers 2

mainFunction · 0.85

Calls 1

BC1DisableSIMDFunction · 0.85

Tested by 1

mainFunction · 0.68