aboutsummaryrefslogtreecommitdiffstats
path: root/external-libs/zlib/contrib/masmx64/readme.txt
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-10 19:43:06 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-10 19:43:06 +0200
commit8f6f4773bc78ee15978657d78a7b44d462bb4416 (patch)
tree0b9a3a06cf62739f98034337189cd14ee6ad5f1d /external-libs/zlib/contrib/masmx64/readme.txt
parentf3bf8d3110b852b8f338898c3237d16a74360cf3 (diff)
downloadqpdf-8f6f4773bc78ee15978657d78a7b44d462bb4416.tar.zst
remove files not needed for building
git-svn-id: svn+q:///qpdf/trunk@768 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'external-libs/zlib/contrib/masmx64/readme.txt')
-rw-r--r--external-libs/zlib/contrib/masmx64/readme.txt28
1 files changed, 0 insertions, 28 deletions
diff --git a/external-libs/zlib/contrib/masmx64/readme.txt b/external-libs/zlib/contrib/masmx64/readme.txt
deleted file mode 100644
index ee03115c..00000000
--- a/external-libs/zlib/contrib/masmx64/readme.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-Summary
--------
-This directory contains ASM implementations of the functions
-longest_match() and inflate_fast(), for 64 bits x86 (both AMD64 and Intel EM64t),
-for use with Microsoft Macro Assembler (x64) for AMD64 and Microsoft C++ 64 bits.
-
-gvmat64.asm is written by Gilles Vollant (2005), by using Brian Raiter 686/32 bits
- assembly optimized version from Jean-loup Gailly original longest_match function
-
-inffasx64.asm and inffas8664.c were written by Chris Anderson, by optimizing
- original function from Mark Adler
-
-Use instructions
-----------------
-Copy these files into the zlib source directory.
-
-define ASMV and ASMINF in your project. Include inffas8664.c in your source tree,
-and inffasx64.obj and gvmat64.obj as object to link.
-
-
-Build instructions
-------------------
-run bld_64.bat with Microsoft Macro Assembler (x64) for AMD64 (ml64.exe)
-
-ml64.exe is given with Visual Studio 2005, Windows 2003 server DDK
-
-You can get Windows 2003 server DDK with ml64 and cl for AMD64 from
- http://www.microsoft.com/whdc/devtools/ddk/default.mspx for low price)