diff options
author | hansr <hk-git@circlestorm.org> | 2014-11-05 13:54:07 +0100 |
---|---|---|
committer | hansr <hk-git@circlestorm.org> | 2014-11-05 14:00:25 +0100 |
commit | 860f6b19f7473ca3a0d901f150e9b5d7b44d4e1c (patch) | |
tree | 2ad087cccaa91831a8d83d90c7e9ec74724f8278 /inffast.c | |
parent | be6166c051cca812a8284dc20be1674acd618d26 (diff) |
Remove support for ASMV and ASMINF defines and clean up match.c handling.
This makes it easier to implement support for ASM replacements using
configure parameters if needed later. Also since zlib-ng uses
compiler intrinsics, this needed a cleanup in any case.
Diffstat (limited to 'inffast.c')
-rw-r--r-- | inffast.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -8,8 +8,6 @@ #include "inflate.h" #include "inffast.h" -#ifndef ASMINF - /* Allow machine dependent optimization for post-increment or pre-increment. Based on testing to date, Pre-increment preferred for: @@ -340,5 +338,3 @@ void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) - Larger unrolled copy loops (three is about right) - Moving len -= 3 statement into middle of loop */ - -#endif /* !ASMINF */ |