mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 21:15:52 +08:00
Merge pull request #358 from brlcad/patch-2
treat powerpc as big endian too
This commit is contained in:
commit
bc03ceaac1
@ -1608,7 +1608,7 @@ class TinyGLTF {
|
|||||||
#include <wordexp.h>
|
#include <wordexp.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__sparcv9)
|
#if defined(__sparcv9) || defined(__powerpc__)
|
||||||
// Big endian
|
// Big endian
|
||||||
#else
|
#else
|
||||||
#if (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__) || MINIZ_X86_OR_X64_CPU
|
#if (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__) || MINIZ_X86_OR_X64_CPU
|
||||||
|
Loading…
x
Reference in New Issue
Block a user