File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ source_set("zlib_common_headers") {
70
70
use_arm_neon_optimizations = false
71
71
if ((current_cpu == " arm" || current_cpu == " arm64" ) &&
72
72
! (is_win && ! is_clang )) {
73
- # TODO(richard.townsend@arm .com): Optimizations temporarily disabled for
73
+ # TODO(ritownsend@google .com): Optimizations temporarily disabled for
74
74
# Windows on Arm MSVC builds, see http://crbug.com/v8/10012.
75
75
if (arm_use_neon ) {
76
76
use_arm_neon_optimizations = true
Original file line number Diff line number Diff line change 2
2
// Refer to tools/dep_updaters/update-zlib.sh
3
3
#ifndef SRC_ZLIB_VERSION_H_
4
4
#define SRC_ZLIB_VERSION_H_
5
- #define ZLIB_VERSION "1.3.0.1-motley-788cb3c "
5
+ #define ZLIB_VERSION "1.3.0.1-motley-ce5a169 "
6
6
#endif // SRC_ZLIB_VERSION_H_
You can’t perform that action at this time.
0 commit comments