OMNI_ARCH_DEC_ALPHA
MACRO

OMNI_ARCH_DEC_ALPHA - Defines a DEC-Alpha 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.

DESCRIPTION top

None.

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.

PLATFORM SPECIFIC top

No special consideration.

NOTES top

None.