Skip to content

Commit

Permalink
Added __EMSCRIPTEN__ patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Aug 4, 2022
1 parent a332ec1 commit ac81b01
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 @@ -16,7 +16,7 @@
#define FASTFLOAT_64BIT
#elif (defined(__i386) || defined(__i386__) || defined(_M_IX86) \
|| defined(__arm__) || defined(_M_ARM) \
|| defined(__MINGW32__))
|| defined(__MINGW32__) || defined(__EMSCRIPTEN__))
#define FASTFLOAT_32BIT
#else
// Need to check incrementally, since SIZE_MAX is a size_t, avoid overflow.
Expand Down

0 comments on commit ac81b01

Please sign in to comment.