Home
last modified time | relevance | path

Searched refs:CPU_FEATURE_SSE41 (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/embree/embree-3.13.2/common/sys/
H A Dsysinfo.h113 static const int CPU_FEATURE_SSE41 = 1 << 4; variable
151 static const int SSE41 = SSSE3 | CPU_FEATURE_SSE41;
H A Dsysinfo.cpp319 if (cpuid_leaf_1[ECX] & CPU_FEATURE_BIT_SSE4_1) cpu_features |= CPU_FEATURE_SSE41; in getCPUFeatures()
362 if (features & CPU_FEATURE_SSE41 ) str += "SSE4.1 "; in stringOfCPUFeatures()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgrePlatformInformation.cpp331 features |= PlatformInformation::CPU_FEATURE_SSE41; in queryCpuFeatures()
415 | PlatformInformation::CPU_FEATURE_SSE41 in _detectCpuFeatures()
687 … " * SSE41: " + StringConverter::toString(hasCpuFeature(CPU_FEATURE_SSE41), true)); in log()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgrePlatformInformation.h141 CPU_FEATURE_SSE41 = 1 << 3, enumerator