Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dcpuid.d971 ubyte coresPerComputeUnit = ((b >> 8) & 3) + 1; in cpuidX86() local
972 cf.maxCores = cf.maxThreads / coresPerComputeUnit; in cpuidX86()