core, fix typo

This commit is contained in:
kub 2021-11-08 22:48:01 +01:00
parent 5b8ff611e0
commit 1a5a036eb9

View file

@ -38,7 +38,7 @@
// some well known non-standard macros for detection.
#if defined __BYTE_ORDER__
#define CPU_IS_LE __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
#elif defined _BYTE_ORDER
#elif defined __BYTE_ORDER
#define CPU_IS_LE __BYTE_ORDER == __LITTLE_ENDIAN
#elif defined __BIG_ENDIAN__ || defined _M_PPC // Windows on PPC was big endian
#define CPU_IS_LE 0