MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / stbi__sse2_available

Function stbi__sse2_available

lite/example/cpp_example/mge/cv/stb_image.h:779–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777
778#if !defined(STBI_NO_JPEG) && defined(STBI_SSE2)
779static int stbi__sse2_available(void) {
780 int info3 = stbi__cpuid3();
781 return ((info3 >> 26) & 1) != 0;
782}
783#endif
784
785#else // assume GCC-style if not VC++

Callers 1

stbi__setup_jpegFunction · 0.85

Calls 1

stbi__cpuid3Function · 0.85

Tested by

no test coverage detected