math: x86_64 version of expl, fixed some comments in the i386 version
[musl] / arch / arm / bits / endian.h
1 #if __ARMEB__
2 #define __BYTE_ORDER __BIG_ENDIAN
3 #else
4 #define __BYTE_ORDER __LITTLE_ENDIAN
5 #endif