mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2025-02-13 19:19:34 +00:00
[s390x] Identify s390x in xxhsum
This commit is contained in:
parent
9fd98d7c5f
commit
6aa9beeb50
4
xxhsum.c
4
xxhsum.c
@ -241,6 +241,10 @@ static unsigned BMK_isLittleEndian(void)
|
|||||||
# define ARCH "mips64"
|
# define ARCH "mips64"
|
||||||
#elif defined(__mips)
|
#elif defined(__mips)
|
||||||
# define ARCH "mips"
|
# define ARCH "mips"
|
||||||
|
#elif defined(__s390x__)
|
||||||
|
# define ARCH "s390x"
|
||||||
|
#elif defined(__s390__)
|
||||||
|
# define ARCH "s390"
|
||||||
#else
|
#else
|
||||||
# define ARCH "unknown"
|
# define ARCH "unknown"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user