mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Remove _M_X86 in favour of _M_X86_64
This commit is contained in:
4
Externals/liblzma/config.h
vendored
4
Externals/liblzma/config.h
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user