Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deps/zlib/crc32_simd.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <immintrin.h>

#if defined(__GNUC__) || defined(__clang__)
__attribute__((__target__("avx512f,avx512vl,vpclmulqdq")))
__attribute__((__target__("avx512f,pclmul,vpclmulqdq")))
#endif
uint32_t ZLIB_INTERNAL crc32_avx512_simd_( /* AVX512+PCLMUL */
const unsigned char *buf,
Expand Down
2 changes: 1 addition & 1 deletion src/zlib_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
// Refer to tools/dep_updaters/update-zlib.sh
#ifndef SRC_ZLIB_VERSION_H_
#define SRC_ZLIB_VERSION_H_
#define ZLIB_VERSION "1.3.2.1-motley-5eb4d7e"
#define ZLIB_VERSION "1.3.2.1-motley-285e94b"
#endif // SRC_ZLIB_VERSION_H_
Loading