Loading...
Searching...
No Matches
Go to the documentation of this file.
3#if defined(_M_AMD64) || defined(_M_X64) || defined(__x86_64__)
4 #define EHS_LITTLE_ENDIAN
7#elif defined(_M_ARM64) || defined(__aarch64__)
8 #define EHS_LITTLE_ENDIAN
12 #error Unsupported architecture.