OMNI_32BIT
MACRO

OMNI_32BIT - If defined, enables all OMNI_32BIT_X flags.

SYNOPSIS top

#define OMNI_32BIT

Signifies to enable all OMNI_32BIT_X flags.

DESCRIPTION top

If defined, various classes in the library will utilize a 32-bit intergral type, versus a 64-bit type for their undelying values. This can reduce the size of some classes due to alignment and padding, as well as make the usage of the classes more CPU effecient depending on architecture.

CONSIDERATIONS top

The classes in which an OMNI_32BIT flag exist will use 32-bit types, thus limiting their minimum and maximum values.

PLATFORM SPECIFIC top

No platform specific notes.

NOTES top

None.