summaryrefslogtreecommitdiff
path: root/inffast.c
diff options
context:
space:
mode:
authorhansr <hk-git@circlestorm.org>2014-11-05 13:54:07 +0100
committerhansr <hk-git@circlestorm.org>2014-11-05 14:00:25 +0100
commit860f6b19f7473ca3a0d901f150e9b5d7b44d4e1c (patch)
tree2ad087cccaa91831a8d83d90c7e9ec74724f8278 /inffast.c
parentbe6166c051cca812a8284dc20be1674acd618d26 (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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/inffast.c b/inffast.c
index 9747028..6ab7c55 100644
--- a/inffast.c
+++ b/inffast.c
@@ -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 */