Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(595)

Unified Diff: third_party/zlib/README.chromium

Issue 2676493007: NEON implementation for Adler32
Patch Set: Rebased with master Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698