mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-25 03:40:26 +01:00
More big endian targets to detect
This commit is contained in:
parent
42b2822414
commit
c8ab519b77
|
@ -69,7 +69,7 @@ typedef uint32_t UINT;
|
|||
#endif
|
||||
|
||||
// TODO: add more architecture detection routines
|
||||
#if __POWERPC__ /* rcg03232004 */
|
||||
#if __POWERPC__ || (defined __ppc64__) || (defined __alpha__) || (defined __sparc__) /* rcg03232004 */
|
||||
#define PLATFORM_BIGENDIAN 1
|
||||
#define PLATFORM_LITTLEENDIAN 0
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue
Block a user