Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Intel (R) C++ Compiler 10.1.014 on Mac OS X 10.5.2

Oniel_K_Intel
Employee
279 Views

Hi All,

Developing a small app for CPU identification for MacBook using Intel C++ Compiler 10.1.014 on Mac OS X 10.5.2.

I am checking for processor string supported:

__asm{

mov EAX, 0x80000000

CPUID

mov BrdStrSup, EAX

}

the above codeworks in Win32 fine.

Question: what is the equivalent of the above code for Mac (Apple)?

compile command is: icpc brdstr.cpp -use-msasm -o cpuname

0 Kudos
0 Replies
Reply