There was an error while loading. Please reload this page.
1 parent bea74e1 commit 5fb7ffeCopy full SHA for 5fb7ffe
2 files changed
deps/zlib/crc32_simd.c
@@ -22,7 +22,7 @@
22
#include <immintrin.h>
23
24
#if defined(__GNUC__) || defined(__clang__)
25
-__attribute__((__target__("avx512f,avx512vl,vpclmulqdq")))
+__attribute__((__target__("avx512f,pclmul,vpclmulqdq")))
26
#endif
27
uint32_t ZLIB_INTERNAL crc32_avx512_simd_( /* AVX512+PCLMUL */
28
const unsigned char *buf,
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.2.1-motley-5eb4d7e"
+#define ZLIB_VERSION "1.3.2.1-motley-285e94b"
6
#endif // SRC_ZLIB_VERSION_H_
0 commit comments