Skip to content

Commit 56dc9df

Browse files
committed
Add _M_IX86 for testing for MSVC x86
1 parent aa8b457 commit 56dc9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tommath_private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ MP_STATIC_ASSERT(prec_geq_min_prec, MP_DEFAULT_DIGIT_COUNT >= MP_MIN_DIGIT_COUNT
166166

167167
#if defined(__STDC_IEC_559__) || defined(__GCC_IEC_559) \
168168
|| defined(__x86_64__) || defined(_M_X64) || defined(_M_AMD64) \
169-
|| defined(__i386__) || defined(_M_X86) \
169+
|| defined(__i386__) || defined(_M_X86) || defined(_M_IX86) \
170170
|| defined(__aarch64__) || defined(__arm__)
171171
#define MP_HAS_SET_DOUBLE
172172
#endif

0 commit comments

Comments
 (0)