summaryrefslogtreecommitdiff
path: root/contrib/README.contrib
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:24:43 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:24:43 -0700
commit6b8233bfe00e79134cb1b84fc49d4f750a797f79 (patch)
treeca2b03b0169568681dc3d9c823e9f0bc4417d6b5 /contrib/README.contrib
parent0484693e1723bbab791c56f95597bd7dbe867d03 (diff)
downloadzlib-6b8233bfe00e79134cb1b84fc49d4f750a797f79.tar.gz
zlib-6b8233bfe00e79134cb1b84fc49d4f750a797f79.tar.bz2
zlib-6b8233bfe00e79134cb1b84fc49d4f750a797f79.zip
zlib 1.2.2.3v1.2.2.3
Diffstat (limited to 'contrib/README.contrib')
-rw-r--r--contrib/README.contrib4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/README.contrib b/contrib/README.contrib
index 732d48c..20afc62 100644
--- a/contrib/README.contrib
+++ b/contrib/README.contrib
@@ -42,6 +42,10 @@ masm686/ by Dan Higdon <hdan@kinesoft.com>
42 and Chuck Walbourn <chuckw@kinesoft.com> 42 and Chuck Walbourn <chuckw@kinesoft.com>
43 asm code for Pentium Pro/PII, using the MASM syntax 43 asm code for Pentium Pro/PII, using the MASM syntax
44 44
45masmx64/ by Gilles Vollant <info@winimage.com>
46 x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to
47 replace longest_match() and inflate_fast()
48
45masmx86/ by Gilles Vollant <info@winimage.com> 49masmx86/ by Gilles Vollant <info@winimage.com>
46 x86 asm code to replace longest_match() and inflate_fast(), 50 x86 asm code to replace longest_match() and inflate_fast(),
47 for Visual C++ and MASM 51 for Visual C++ and MASM