diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:24:43 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:24:43 -0700 |
commit | 6b8233bfe00e79134cb1b84fc49d4f750a797f79 (patch) | |
tree | ca2b03b0169568681dc3d9c823e9f0bc4417d6b5 /contrib/masmx64/readme.txt | |
parent | 0484693e1723bbab791c56f95597bd7dbe867d03 (diff) | |
download | zlib-1.2.2.3.tar.gz zlib-1.2.2.3.tar.bz2 zlib-1.2.2.3.zip |
zlib 1.2.2.3v1.2.2.3
Diffstat (limited to 'contrib/masmx64/readme.txt')
-rw-r--r-- | contrib/masmx64/readme.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/contrib/masmx64/readme.txt b/contrib/masmx64/readme.txt new file mode 100644 index 0000000..ee03115 --- /dev/null +++ b/contrib/masmx64/readme.txt | |||
@@ -0,0 +1,28 @@ | |||
1 | Summary | ||
2 | ------- | ||
3 | This directory contains ASM implementations of the functions | ||
4 | longest_match() and inflate_fast(), for 64 bits x86 (both AMD64 and Intel EM64t), | ||
5 | for use with Microsoft Macro Assembler (x64) for AMD64 and Microsoft C++ 64 bits. | ||
6 | |||
7 | gvmat64.asm is written by Gilles Vollant (2005), by using Brian Raiter 686/32 bits | ||
8 | assembly optimized version from Jean-loup Gailly original longest_match function | ||
9 | |||
10 | inffasx64.asm and inffas8664.c were written by Chris Anderson, by optimizing | ||
11 | original function from Mark Adler | ||
12 | |||
13 | Use instructions | ||
14 | ---------------- | ||
15 | Copy these files into the zlib source directory. | ||
16 | |||
17 | define ASMV and ASMINF in your project. Include inffas8664.c in your source tree, | ||
18 | and inffasx64.obj and gvmat64.obj as object to link. | ||
19 | |||
20 | |||
21 | Build instructions | ||
22 | ------------------ | ||
23 | run bld_64.bat with Microsoft Macro Assembler (x64) for AMD64 (ml64.exe) | ||
24 | |||
25 | ml64.exe is given with Visual Studio 2005, Windows 2003 server DDK | ||
26 | |||
27 | You can get Windows 2003 server DDK with ml64 and cl for AMD64 from | ||
28 | http://www.microsoft.com/whdc/devtools/ddk/default.mspx for low price) | ||