Skip to content

Commit 94c78ad

Browse files
committed
Typo
1 parent 93a2c79 commit 94c78ad

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__) || || defined(_M_ARM) \
16+
|| defined(__arm__) || defined(_M_ARM) \
1717
|| defined(__MINGW32__))
1818
#define FASTFLOAT_32BIT
1919
#else

0 commit comments

Comments
 (0)