diff options
author | Sebastian Pop <s.pop@samsung.com> | 2019-03-01 09:45:33 -0600 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2019-03-21 11:22:36 +0100 |
commit | 93dbe3caeee3626fe653a92fa5e2440105d57170 (patch) | |
tree | a34df71c07ad583fa322e8515daa39f1a6206708 /inffast.h | |
parent | 9ca9da69d34941a2996b8a8856c9993248afbb58 (diff) |
move INFFAST_CHUCKSIZE code to memcopy.h
Diffstat (limited to 'inffast.h')
-rw-r--r-- | inffast.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -12,13 +12,6 @@ void ZLIB_INTERNAL inflate_fast(PREFIX3(stream) *strm, unsigned long start); - -#if (defined(__GNUC__) || defined(__clang__)) && defined(__ARM_NEON__) -# include <arm_neon.h> -typedef uint8x16_t inffast_chunk_t; -# define INFFAST_CHUNKSIZE sizeof(inffast_chunk_t) -#endif - #define INFLATE_FAST_MIN_HAVE 8 #define INFLATE_FAST_MIN_LEFT 258 |