cpuid wrapper

Tomas Lindquist Olsen tomas at famolsen.dk
Wed Oct 25 01:13:43 PDT 2006


notknown wrote:
> 
> Vendor string:    AuthenticAMD
> Processor string: AMD Sempron(tm)
> Features:         MMX SSE 3DNow! 3DNow!+ MMX+
> Multithreading:   0 threads / 0 cores
> 
> 0 threads sounds weird, I am on Linux though.

Weird indeed. The thread and core fields are initialised to one, and 
only if HTT is available is the code that set them invoked. As you dont 
have HTT on the list this really does not make sense. Can you try 
printing the value of those fields before the 'if (hyperThreading)' in 
CPUID.this ?



More information about the Digitalmars-d-announce mailing list