From: Pavel P Date: Wed, 14 Feb 2024 13:26:04 +0000 (+0200) Subject: Add missing checks for 64bit arm/intel with msvc compiler X-Git-Tag: 2.2.0~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f6c1dda5206d1d9092bd1d0ecb17410342a0a31;p=thirdparty%2Fzlib-ng.git Add missing checks for 64bit arm/intel with msvc compiler --- diff --git a/crc32_braid_p.h b/crc32_braid_p.h index 4bfe37f5..45c05e3c 100644 --- a/crc32_braid_p.h +++ b/crc32_braid_p.h @@ -24,7 +24,7 @@ # endif #else # ifndef W -# if defined(__x86_64__) || defined(__aarch64__) || defined(__powerpc64__) +# if defined(__x86_64__) || defined(_M_AMD64) || defined(__aarch64__) || defined(_M_ARM64) || defined(__powerpc64__) # define W 8 # else # define W 4