A few minor further i386 removals

This commit is contained in:
starfrost013
2025-09-14 11:01:34 +01:00
parent 3e3303272e
commit 02b0960148
4 changed files with 6 additions and 10 deletions

View File

@@ -22,16 +22,12 @@
*/
#include <math.h>
#include <fenv.h>
#if defined(_MSC_VER) && !defined(__clang__)
# if defined i386 || defined __i386 || defined __i386__ || defined _X86_ || defined _M_IX86
#if defined _M_X64 || defined __amd64__
# define X87_INLINE_ASM
# endif
#else
# if defined i386 || defined __i386 || defined __i386__ || defined _X86_ || defined _M_IX86 || defined _M_X64 || defined __amd64__
# define X87_INLINE_ASM
# endif
#endif
#ifdef X87_INLINE_ASM
#include <immintrin.h>
#endif