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.1.7~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bcbd0636d0500a01ce6b796be0763c32d9b453df;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 1d8a0706..830f4554 100644 --- a/crc32_braid_p.h +++ b/crc32_braid_p.h @@ -25,7 +25,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