DescriptionIntroduce two separate classes of processor detection:
- TARGET, the architecture we will generate code for.
This is brought it from the build system.
- HOST, the architecture our C++ compiler is building for.
This is detected automatically based on compiler defines.
This adds macros for 32 or 64 bit, and cleans up some
include conditionals, etc.
Patch Set 1 #
Total comments: 15
Patch Set 2 : New snapshot. #
Total comments: 4
Patch Set 3 : Guard 64-bit literals around 64-bit. Switch to long. #
Messages
Total messages: 7 (0 generated)
|