mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 07:16:52 -05:00
Added check for AMD x86-64 ("Hammer") architecture in byte order determination.
This commit is contained in:
parent
392ac3b23b
commit
f5c21170db
|
|
@ -44,6 +44,7 @@ static char rcsid =
|
|||
defined(__arm__) || \
|
||||
(defined(__mips__) && defined(__MIPSEL__)) || \
|
||||
defined(__SYMBIAN32__) || \
|
||||
defined(__x86_64__) || \
|
||||
defined(__LITTLE_ENDIAN__)
|
||||
#define SDL_BYTEORDER SDL_LIL_ENDIAN
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user