DevIL icon indicating copy to clipboard operation
DevIL copied to clipboard

Fix detection of big-endian systems

Open ryandesign opened this issue 5 years ago • 0 comments

https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html

__BYTE_ORDER__ is defined to one of the values __ORDER_LITTLE_ENDIAN__, __ORDER_BIG_ENDIAN__, or __ORDER_PDP_ENDIAN__ ...

ryandesign avatar Jul 05 '20 14:07 ryandesign