Skip to content

Commit bfda588

Browse files
authored
Merge pull request #82 from fastfloat/dlemire/adding_m_arm
Adding m_arm detection.
2 parents a7fbcb0 + 94c78ad commit bfda588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fast_float/float_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
|| defined(__EMSCRIPTEN__))
1414
#define FASTFLOAT_64BIT
1515
#elif (defined(__i386) || defined(__i386__) || defined(_M_IX86) \
16-
|| defined(__arm__) \
16+
|| defined(__arm__) || defined(_M_ARM) \
1717
|| defined(__MINGW32__))
1818
#define FASTFLOAT_32BIT
1919
#else

0 commit comments

Comments
 (0)