MACRO
OMNI_ARCH_INTEL_IA64
- Defines an Intel x64 (IA64) processor architecture was detected.
SYNOPSIS top
If compilation happens on an architecture (or with a compiler) with certain preprocessor flags, this macro is defined.
See omni/defs/arch.hpp for which flags enable this option.
If compilation happens on an architecture (or with a compiler) with certain preprocessor flags, this macro is defined.
See omni/defs/arch.hpp for which flags enable this option.
CONSIDERATIONS top
Architecture detection via preprocessor flags is not always guaranteed as they can be explicitly defined by a user. Take care when relying on these macros to determine architecture specifics.
Architecture detection via preprocessor flags is not always guaranteed as they can be explicitly defined by a user. Take care when relying on these macros to determine architecture specifics.