Skip to content

Commit

Permalink
Added check for AMD x86-64 ("Hammer") architecture in byte order dete…
Browse files Browse the repository at this point in the history
…rmination.
  • Loading branch information
icculus committed Oct 14, 2002
1 parent 0534a44 commit a816462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/SDL_byteorder.h
Expand Up @@ -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
Expand Down

0 comments on commit a816462

Please sign in to comment.