MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / stbi__sse2_available

Function stbi__sse2_available

include/stb/stb_image.h:754–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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