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

Function stbi__cpuid3

Source/Utils/stb_image.h:731–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729#if _MSC_VER >= 1400 // not VC6
730#include <intrin.h> // __cpuid
731static int stbi__cpuid3(void)
732{
733 int info[4];
734 __cpuid(info,1);
735 return info[3];
736}
737#else
738static int stbi__cpuid3(void)
739{

Callers 1

stbi__sse2_availableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected