mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
deps: update zlib to 1.3.0.1-motley-71660e1
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
667b057cd7
commit
2a5b86b12f
2
deps/zlib/crc32_simd.c
vendored
2
deps/zlib/crc32_simd.c
vendored
|
|
@ -398,7 +398,7 @@ uint32_t ZLIB_INTERNAL crc32_sse42_simd_( /* SSE4.2+PCLMUL */
|
||||||
*/
|
*/
|
||||||
#include <arm_acle.h>
|
#include <arm_acle.h>
|
||||||
#include <arm_neon.h>
|
#include <arm_neon.h>
|
||||||
#define TARGET_ARMV8_WITH_CRC __attribute__((target("arch=armv8-a+crc")))
|
#define TARGET_ARMV8_WITH_CRC __attribute__((target("arch=armv8-a+crc+crypto")))
|
||||||
#else // !defined(__GNUC__) && !defined(_aarch64__)
|
#else // !defined(__GNUC__) && !defined(_aarch64__)
|
||||||
#error ARM CRC32 SIMD extensions only supported for Clang and GCC
|
#error ARM CRC32 SIMD extensions only supported for Clang and GCC
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,5 @@
|
||||||
// Refer to tools/dep_updaters/update-zlib.sh
|
// Refer to tools/dep_updaters/update-zlib.sh
|
||||||
#ifndef SRC_ZLIB_VERSION_H_
|
#ifndef SRC_ZLIB_VERSION_H_
|
||||||
#define SRC_ZLIB_VERSION_H_
|
#define SRC_ZLIB_VERSION_H_
|
||||||
#define ZLIB_VERSION "1.3.0.1-motley-c2469fd"
|
#define ZLIB_VERSION "1.3.0.1-motley-71660e1"
|
||||||
#endif // SRC_ZLIB_VERSION_H_
|
#endif // SRC_ZLIB_VERSION_H_
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user