treat powerpc as big endian too

added powerpc to the list of big endian types
This commit is contained in:
Christopher Sean Morrison 2022-05-14 19:00:19 -04:00 committed by GitHub
parent 912856823d
commit 2c9b25642b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1608,7 +1608,7 @@ class TinyGLTF {
#include <wordexp.h>
#endif
#if defined(__sparcv9)
#if defined(__sparcv9) || defined(__powerpc__)
// Big endian
#else
#if (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__) || MINIZ_X86_OR_X64_CPU