[s390x] Identify s390x in xxhsum

This commit is contained in:
easyaspi314 (Devin) 2019-12-14 16:30:22 -05:00
parent 9fd98d7c5f
commit 6aa9beeb50

View File

@ -241,6 +241,10 @@ static unsigned BMK_isLittleEndian(void)
# define ARCH "mips64"
#elif defined(__mips)
# define ARCH "mips"
#elif defined(__s390x__)
# define ARCH "s390x"
#elif defined(__s390__)
# define ARCH "s390"
#else
# define ARCH "unknown"
#endif