diff options
| author | Zopolis4 <creatorsmithmdt@gmail.com> | 2022-08-08 10:18:36 +1000 |
|---|---|---|
| committer | Zopolis4 <creatorsmithmdt@gmail.com> | 2023-11-28 23:03:20 +1100 |
| commit | f0d2ce4683abc5eece182802a6b78a3c6ec579f6 (patch) | |
| tree | d0a4af508b78e0b802886970f93a6d213c46f41d /Externals | |
| parent | 69fc7bbdad2a6b41a9cce99a61fd25c0fc166a41 (diff) | |
Remove _M_X86 in favour of _M_X86_64
Diffstat (limited to 'Externals')
| -rw-r--r-- | Externals/liblzma/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Externals/liblzma/config.h b/Externals/liblzma/config.h index 21f551ad7e..91d441010f 100644 --- a/Externals/liblzma/config.h +++ b/Externals/liblzma/config.h @@ -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 |
