Skip to content

Commit

Permalink
lib/arm/adler32: refactor and improve implementations
Browse files Browse the repository at this point in the history
Make the same improvements to lib/arm/adler32 as were made to
lib/x86/adler32, e.g. changes to handle short inputs more efficiently.

This makes adler32_vec_template.h no longer used, so delete it.
  • Loading branch information
ebiggers committed Mar 9, 2024
1 parent 5e6197b commit ca8607e
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 277 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ endif()
if(LIBDEFLATE_ZLIB_SUPPORT)
list(APPEND LIB_SOURCES
lib/adler32.c
lib/adler32_vec_template.h
lib/arm/adler32_impl.h
lib/x86/adler32_impl.h
lib/x86/adler32_template.h
Expand Down
123 changes: 0 additions & 123 deletions lib/adler32_vec_template.h

This file was deleted.

Loading

0 comments on commit ca8607e

Please sign in to comment.