diff options
author | Nathan Moinvaziri <nathan@nathanm.com> | 2020-02-09 19:59:01 -0800 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2020-05-01 00:21:18 +0200 |
commit | e09d131b5abbccf97532afb17c3da92cd0fc6f00 (patch) | |
tree | b9dd1cb744c931c743080ef9f2b20dfc02f489d1 /functable.h | |
parent | 343596fc98a0d7a6283dbe5d25abefca18439184 (diff) |
Standardize fill_window implementations and abstract out slide_hash_neon for ARM.
Diffstat (limited to 'functable.h')
-rw-r--r-- | functable.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/functable.h b/functable.h index 98e068a..a03c1e4 100644 --- a/functable.h +++ b/functable.h @@ -9,7 +9,6 @@ #include "deflate.h" struct functable_s { - void (* fill_window) (deflate_state *s); Pos (* insert_string) (deflate_state *const s, const Pos str, unsigned int count); Pos (* quick_insert_string)(deflate_state *const s, const Pos str); uint32_t (* adler32) (uint32_t adler, const unsigned char *buf, size_t len); |