Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: madler/zlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aa4d6603bcf517b751ff558b83e2d9a374388d4a
Choose a base ref
..
head repository: madler/zlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d2f06cd65d7ac39c6dd6761eef162abc946b155b
Choose a head ref
Showing with 3 additions and 0 deletions.
  1. +3 −0 contrib/README.contrib
3 changes: 3 additions & 0 deletions contrib/README.contrib
Original file line number Diff line number Diff line change
@@ -12,6 +12,9 @@ amd64/ by Mikhail Teterin <mi@ALDAN.algebra.com>
asm code for AMD64
See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393

arm/ by Adenilson Cavalcanti <cavalcantii@chromium.org>
ARM optimizations (NEON and ARMv8 code).

asm686/ by Brian Raiter <breadbox@muppetlabs.com>
asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax
See http://www.muppetlabs.com/~breadbox/software/assembly.html