Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dcpuid.d352 @property bool hyperThreadingBit() { return (cpuFeatures.features&HTT_BIT)!=0;} in hyperThreadingBit() function
815 if (hyperThreadingBit) { in cpuidX86()
958 if (hyperThreadingBit) cf.maxThreads = (apic>>>16) & 0xFF; in cpuidX86()