Searched refs:coresPerComputeUnit (Results 1 – 1 of 1) sorted by relevance
971 ubyte coresPerComputeUnit = ((b >> 8) & 3) + 1; in cpuidX86() local972 cf.maxCores = cf.maxThreads / coresPerComputeUnit; in cpuidX86()