mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-07 01:06:48 +08:00
Adding m_arm detection.
This commit is contained in:
parent
a7fbcb0a45
commit
93a2c79cf2
@ -13,7 +13,7 @@
|
||||
|| defined(__EMSCRIPTEN__))
|
||||
#define FASTFLOAT_64BIT
|
||||
#elif (defined(__i386) || defined(__i386__) || defined(_M_IX86) \
|
||||
|| defined(__arm__) \
|
||||
|| defined(__arm__) || || defined(_M_ARM) \
|
||||
|| defined(__MINGW32__))
|
||||
#define FASTFLOAT_32BIT
|
||||
#else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user