Index: third_party/zlib/README.chromium |
diff --git a/third_party/zlib/README.chromium b/third_party/zlib/README.chromium |
index fe6bc105db4cbe1182b2df77cab9f644f53ae5ad..166eb334231523714968152a216bb818a4e3fd97 100644 |
--- a/third_party/zlib/README.chromium |
+++ b/third_party/zlib/README.chromium |
@@ -24,5 +24,7 @@ Local Modifications: |
additions. |
- google.patch contains changes from the upstream version, mostly related to |
the build. |
- - Intel SIMD optimisations from https://github.com/jtkukunas/zlib/ have been |
+ - Intel SIMD optimizations from https://github.com/jtkukunas/zlib/ have been |
integrated. These changes are reflected in simd.patch. |
+ - NEON SIMD optimizations for Adler32 checksum were integrated. Changes |
+ are reflected in neon_adler32.patch. |