Changeset 95239 in vbox for trunk/src/libs/zlib-1.2.12/contrib/README.contrib
- Timestamp:
- Jun 9, 2022 9:09:44 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151769
- Location:
- trunk/src/libs/zlib-1.2.12
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/zlib-1.2.12
- Property svn:mergeinfo
-
old new 20 20 /branches/dsen/gui3/src/libs/zlib-1.2.11:79645-79692 21 21 /trunk/src/src/libs/zlib-1.2.11:92342 22 /vendor/zlib/1.2.12:151751 23 /vendor/zlib/current:150724-151750
-
- Property svn:mergeinfo
-
trunk/src/libs/zlib-1.2.12/contrib/README.contrib
r76163 r95239 8 8 Support for Ada 9 9 See http://zlib-ada.sourceforge.net/ 10 11 amd64/ by Mikhail Teterin <[email protected]>12 asm code for AMD6413 See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/9639314 15 asm686/ by Brian Raiter <[email protected]>16 asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax17 See http://www.muppetlabs.com/~breadbox/software/assembly.html18 10 19 11 blast/ by Mark Adler <[email protected]> … … 33 25 Unsupported diffs to infback to decode the deflate64 format 34 26 35 inflate86/ by Chris Anderson <[email protected]>36 Tuned x86 gcc asm code to replace inflate_fast()37 38 27 iostream/ by Kevin Ruland <[email protected]> 39 28 A C++ I/O streams interface to the zlib gz* functions … … 45 34 and Kevin Ruland <[email protected]> 46 35 Yet another C++ I/O streams interface 47 48 masmx64/ by Gilles Vollant <[email protected]>49 x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to50 replace longest_match() and inflate_fast(), also masm x8651 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 36 58 37 minizip/ by Gilles Vollant <[email protected]>
Note:
See TracChangeset
for help on using the changeset viewer.