Navigation Menu

Skip to content

Commit

Permalink
Add _M_IX86 for testing for MSVC x86
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince213 committed Apr 26, 2020
1 parent aa8b457 commit 56dc9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tommath_private.h
Expand Up @@ -166,7 +166,7 @@ MP_STATIC_ASSERT(prec_geq_min_prec, MP_DEFAULT_DIGIT_COUNT >= MP_MIN_DIGIT_COUNT

#if defined(__STDC_IEC_559__) || defined(__GCC_IEC_559) \
|| defined(__x86_64__) || defined(_M_X64) || defined(_M_AMD64) \
|| defined(__i386__) || defined(_M_X86) \
|| defined(__i386__) || defined(_M_X86) || defined(_M_IX86) \
|| defined(__aarch64__) || defined(__arm__)
#define MP_HAS_SET_DOUBLE
#endif
Expand Down

0 comments on commit 56dc9df

Please sign in to comment.