Skip to content

Commit 11242bc

Browse files
nodejs-github-botaduh95
authored andcommittedNov 3, 2024
deps: update zlib to 1.3.0.1-motley-71660e1
PR-URL: #53464 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 64f98a9 commit 11242bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎deps/zlib/crc32_simd.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ uint32_t ZLIB_INTERNAL crc32_sse42_simd_( /* SSE4.2+PCLMUL */
398398
*/
399399
#include <arm_acle.h>
400400
#include <arm_neon.h>
401-
#define TARGET_ARMV8_WITH_CRC __attribute__((target("arch=armv8-a+crc")))
401+
#define TARGET_ARMV8_WITH_CRC __attribute__((target("arch=armv8-a+crc+crypto")))
402402
#else // !defined(__GNUC__) && !defined(_aarch64__)
403403
#error ARM CRC32 SIMD extensions only supported for Clang and GCC
404404
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.