We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a54b97 commit c2fe885Copy full SHA for c2fe885
deps/zlib/crc32_simd.c
@@ -398,7 +398,7 @@ uint32_t ZLIB_INTERNAL crc32_sse42_simd_( /* SSE4.2+PCLMUL */
398
*/
399
#include <arm_acle.h>
400
#include <arm_neon.h>
401
-#define TARGET_ARMV8_WITH_CRC __attribute__((target("arch=armv8-a+crc")))
+#define TARGET_ARMV8_WITH_CRC __attribute__((target("arch=armv8-a+crc+crypto")))
402
#else // !defined(__GNUC__) && !defined(_aarch64__)
403
#error ARM CRC32 SIMD extensions only supported for Clang and GCC
404
#endif
src/zlib_version.h
@@ -2,5 +2,5 @@
2
// Refer to tools/dep_updaters/update-zlib.sh
3
#ifndef SRC_ZLIB_VERSION_H_
4
#define SRC_ZLIB_VERSION_H_
5
-#define ZLIB_VERSION "1.3.0.1-motley-c2469fd"
+#define ZLIB_VERSION "1.3.0.1-motley-71660e1"
6
#endif // SRC_ZLIB_VERSION_H_
0 commit comments