Various macros to control xxHash's behavior. More...
Macros | |
#define | XXH_CPU_LITTLE_ENDIAN XXH_isLittleEndian() |
Whether the target is little endian. More... | |
#define | XXH_DEBUGLEVEL DEBUGLEVEL |
Sets the debugging level. More... | |
Various macros to control xxHash's behavior.
#define XXH_CPU_LITTLE_ENDIAN XXH_isLittleEndian() |
Whether the target is little endian.
Defined to 1 if the target is little endian, or 0 if it is big endian. It can be defined externally, for example on the compiler command line.
If it is not defined, a runtime check (which is usually constant folded) is used instead.
#define XXH_DEBUGLEVEL DEBUGLEVEL |