We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e3aef commit e41b47fCopy full SHA for e41b47f
2 files changed
deps/zlib/BUILD.gn
@@ -70,7 +70,7 @@ source_set("zlib_common_headers") {
70
use_arm_neon_optimizations = false
71
if ((current_cpu == "arm" || current_cpu == "arm64") &&
72
!(is_win && !is_clang)) {
73
- # TODO(richard.townsend@arm.com): Optimizations temporarily disabled for
+ # TODO(ritownsend@google.com): Optimizations temporarily disabled for
74
# Windows on Arm MSVC builds, see http://crbug.com/v8/10012.
75
if (arm_use_neon) {
76
use_arm_neon_optimizations = true
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-788cb3c"
+#define ZLIB_VERSION "1.3.0.1-motley-ce5a169"
6
#endif // SRC_ZLIB_VERSION_H_
0 commit comments