MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / stbi__sse2_available

Function stbi__sse2_available

Source/Utils/stb_image.h:753–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751
752#if !defined(STBI_NO_JPEG) && defined(STBI_SSE2)
753static int stbi__sse2_available(void)
754{
755 int info3 = stbi__cpuid3();
756 return ((info3 >> 26) & 1) != 0;
757}
758#endif
759
760#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