Skip to content

Commit 288f108

Browse files
committed
Remove old assembler code in which bugs have manifested.
In addition, there is not sufficient gain from the inflate assembler code to warrant its inclusion.
1 parent a577351 commit 288f108

18 files changed

+0
-6172
lines changed

contrib/README.contrib

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ ada/ by Dmitriy Anisimkov <[email protected]>
88
Support for Ada
99
See http://zlib-ada.sourceforge.net/
1010

11-
amd64/ by Mikhail Teterin <[email protected]>
12-
asm code for AMD64
13-
See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393
14-
15-
asm686/ by Brian Raiter <[email protected]>
16-
asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax
17-
See http://www.muppetlabs.com/~breadbox/software/assembly.html
18-
1911
blast/ by Mark Adler <[email protected]>
2012
Decompressor for output of PKWare Data Compression Library (DCL)
2113

@@ -32,9 +24,6 @@ gcc_gvmat64/by Gilles Vollant <[email protected]>
3224
infback9/ by Mark Adler <[email protected]>
3325
Unsupported diffs to infback to decode the deflate64 format
3426

35-
inflate86/ by Chris Anderson <[email protected]>
36-
Tuned x86 gcc asm code to replace inflate_fast()
37-
3827
iostream/ by Kevin Ruland <[email protected]>
3928
A C++ I/O streams interface to the zlib gz* functions
4029

@@ -45,16 +34,6 @@ iostream3/ by Ludwig Schwardt <[email protected]>
4534
and Kevin Ruland <[email protected]>
4635
Yet another C++ I/O streams interface
4736

48-
masmx64/ by Gilles Vollant <[email protected]>
49-
x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to
50-
replace longest_match() and inflate_fast(), also masm x86
51-
64-bits translation of Chris Anderson inflate_fast()
52-
53-
masmx86/ by Gilles Vollant <[email protected]>
54-
x86 asm code to replace longest_match() and inflate_fast(),
55-
for Visual C++ and MASM (32 bits).
56-
Based on Brian Raiter (asm686) and Chris Anderson (inflate86)
57-
5837
minizip/ by Gilles Vollant <[email protected]>
5938
Mini zip and unzip based on zlib
6039
Includes Zip64 support by Mathias Svensson <[email protected]>

0 commit comments

Comments
 (0)