Home
last modified time | relevance | path

Searched refs:CORE_HASWELL (Results 1 – 5 of 5) sorted by relevance

/dports/math/openblas/OpenBLAS-0.3.18/
H A Dcpuid_x86.c1987 return CORE_HASWELL; in get_coretype()
1997 return CORE_HASWELL; in get_coretype()
2011 return CORE_HASWELL; in get_coretype()
2022 return CORE_HASWELL; in get_coretype()
2032 return CORE_HASWELL; in get_coretype()
2064 return CORE_HASWELL; in get_coretype()
2092 return CORE_HASWELL; in get_coretype()
2131 return CORE_HASWELL; in get_coretype()
2146 return CORE_HASWELL; in get_coretype()
2163 return CORE_HASWELL; in get_coretype()
[all …]
H A Dcpuid.h116 #define CORE_HASWELL 24 macro
/dports/graphics/embree/embree-3.13.2/common/sys/
H A Dsysinfo.cpp150 if (DisplayFamily_DisplayModel == 0x063C) return CPU::CORE_HASWELL; in getCPUModel()
151 if (DisplayFamily_DisplayModel == 0x0645) return CPU::CORE_HASWELL; in getCPUModel()
152 if (DisplayFamily_DisplayModel == 0x0646) return CPU::CORE_HASWELL; in getCPUModel()
195 case CPU::CORE_HASWELL : return "Core Haswell"; in stringOfCPUModel()
H A Dsysinfo.h79 CORE_HASWELL, enumerator
/dports/graphics/embree/embree-3.13.2/kernels/common/
H A Ddevice.cpp60 case CPU::CORE_HASWELL: frequency_level = FREQUENCY_SIMD256; break; in Device()