Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

Detecting physical and logical 64-bit processors?

postaquestion
Beginner
224 Views
I read the article Detecting Multi-Core Processor Topology in an IA-32 Platform. I found valuable info on detecting physical and logical processors inIA-32. Can you tell where to find similar info for 64-bit machines?
0 Kudos
1 Reply
ClayB
New Contributor I
224 Views

There is a corresponding CPUID call for x64 architectures: cpuid64. Check out CPUID for x64 Platforms and Microsoft Visual Studio* .NET 2005 for details on how to use this. If that's not enough, you could try contacting the authors of the IA-32 paper to see if they have any additional info.

--clay

0 Kudos
Reply