Remove _M_X86 in favour of _M_X86_64

This commit is contained in:
Zopolis4 2022-08-08 10:18:36 +10:00
parent 69fc7bbdad
commit f0d2ce4683
No known key found for this signature in database
GPG key ID: C1117D56FBC82774
16 changed files with 27 additions and 29 deletions

View file

@ -151,7 +151,7 @@
/* Define if you have the iconv() function and it works. */
/* #undef HAVE_ICONV */
#ifdef _M_X86
#ifdef _M_X86_64
/* Define to 1 if you have the <immintrin.h> header file. */
#define HAVE_IMMINTRIN_H 1
#endif
@ -367,7 +367,7 @@
sysctl(). */
/* #undef TUKLIB_CPUCORES_SYSCTL */
#ifdef _M_X86
#ifdef _M_X86_64
/* Define to 1 if the system supports fast unaligned access to 16-bit and
32-bit integers. */
#define TUKLIB_FAST_UNALIGNED_ACCESS 1