📄 readme.a64
字号:
readme.x64==========[Note - the gvmat64.asm longest_match routine in Windows 64-bit assemblerand makefile.a64 used to compile it were provided at the last minute andare currently untested by Info-ZIP. They are provided to allow testing ofthis optimization which is planned for inclusion in Zip 3.0.USE AT YOUR OWN RISK. That said, thanks Gilles for providing thisoptimization and we plan to better support it in Zip 3.0. 2/28/2005 EG]makefile.asm64 is a makefile for 64 bits optimized version of zip for Microsoft Windows running on AMD64 (Athlon64/Opteron) and Intel EM64T(the Pentium 4 and Xeon with 64 bits extension)makefile.asm64 contain a makefile for 64 Microsoft C++ for Windows 64 bits,extended edition (for both AMD64 and Intel EM64T), included in VisualStudio 2005to compile it, start the C++ AMD64 build environnement prompt,go to the zip source directory and start nmake -a -f makefile.a64This makefile uses gvmat64.asm, which is the optimized longest_match writtenin assembly code for AMD64/Intel EM64Tgvmat64.asm was tested by Gilles Vollant on AMD64 with infozip, and also testedwith a lot of file with zLib 1.2.2 on both AMD64 and Intel EM64T processor.It was written by Gilles Vollant, by modifiying the longest_matchfrom Jean-loup Gailly in deflate.c of zLib and infoZip zip.and modifying asm686 (1998), optimised assembly code from Brian Raiter,(see http://www.muppetlabs.com/~breadbox/software/assembly.html)Gilles Vollantinfo@winimage.comhttp://www.winimage.comhttp://www.winimage.com/zLibdll
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -