index
:
Project-1CE/external_zlib-ng
lineage-18.1
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compare258.c
Age
Commit message (
Expand
)
Author
2020-09-16
Fixed match_byte casting warning in compare256_unaligned_64_static.
Nathan Moinvaziri
2020-08-31
Fix numerous sign-conversion warnings in compare256/compare258 and
Hans Kristian Rosbach
2020-08-31
Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.
Nathan Moinvaziri
2020-08-02
Fixed extra symbols added to ABI when zlib-compat specified.
Nathan Moinvaziri
2020-06-19
Do not use word xor (iso646 legacy)
Nathan Moinvaziri
2020-06-09
Disable unaligned access of > 4 bytes on 32-bit arm
NiLuJe
2020-05-25
Rename match_p.h to match_tpl.h since it has been converted to a template hea...
Nathan Moinvaziri
2020-05-24
Unroll more in compare258_c for performance improvement.
Nathan Moinvaziri
2020-05-24
Remove additional byte comparison check in compare258 SSE4 and AVX2 functions.
Nathan Moinvaziri
2020-05-24
Split compare258 into compare256 for longest_match and compare258 for deflate...
Nathan Moinvaziri
2020-05-24
Converted compare258 to static and convert longest_match to template.
Nathan Moinvaziri
2020-05-24
Abstracted out architecture specific implementations of 258 byte comparison t...
Nathan Moinvaziri