Skip to content

Commit

Permalink
Merge pull request #82 from fastfloat/dlemire/adding_m_arm
Browse files Browse the repository at this point in the history
Adding m_arm detection.
  • Loading branch information
lemire authored Jun 7, 2021
2 parents a7fbcb0 + 94c78ad commit bfda588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fast_float/float_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfda588

Please sign in to comment.