mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-07 01:06:48 +08:00
fix: add bitness for ppc64le
This commit is contained in:
parent
8ba7d2e850
commit
037136a966
@ -12,7 +12,8 @@
|
||||
#elif (defined(__x86_64) || defined(__x86_64__) || defined(_M_X64) \
|
||||
|| defined(__amd64) || defined(__aarch64__) || defined(_M_ARM64) \
|
||||
|| defined(__MINGW64__) \
|
||||
|| defined(__s390x__))
|
||||
|| defined(__s390x__) \
|
||||
|| (defined(__ppc64__) || defined(__PPC64__) || defined(__ppc64le__) || defined(__PPC64LE__)))
|
||||
#define FASTFLOAT_64BIT
|
||||
#else
|
||||
#error Unknown platform
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user