Getting The Processor Family
Is there a macro for retrieving the CPU Family(x86, PPC, ARM). I have seen such a method for detecting OS.
1 2 3
|
#IFDEF _WIN64
doThat();
#ENDIF
|
Is there a similar method for CPU detection?
Topic archived. No new replies allowed.