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
/
functable.c
Age
Commit message (
Expand
)
Author
2021-12-24
Standardize crc32_stub
Matheus Castanho
2021-06-22
[functable] Add missing call to cpu_check_features().
Mika Lindqvist
2020-11-02
Fixed conditional expression is constant maintainer warnings.
Nathan Moinvaziri
2020-09-11
Added AVX support to chunkset functions.
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-23
Add optional support for thread local storage. (#733)
Nathan Moinvaziri
2020-08-21
Remove return value from insert_string, since it is always ignored and
Hans Kristian Rosbach
2020-08-20
Harmonize the CPU architecture preprocessor definitions.
Nathan Moinvaziri
2020-08-14
Fixed many possible loss of data warnings where insert_string and quick_inser...
Nathan Moinvaziri
2020-08-02
Remove forward declarations for stub functions and have one forward declarati...
Nathan Moinvaziri
2020-06-28
Rename from memchunk to chunkset.
Nathan Moinvaziri
2020-06-28
Split memcopy by architecture.
Nathan Moinvaziri
2020-06-28
Apply compiler flags only to source files that require them in CMake.
Nathan Moinvaziri
2020-06-27
Add POWER8_VSX_SLIDEHASH macro
Matheus Castanho
2020-06-25
Adler32 vector optimization for Power.
Rogerio Alves
2020-06-09
Disable unaligned access of > 4 bytes on 32-bit arm
NiLuJe
2020-06-08
Added Adler32 SSSE3 and AVX2 implementations to functable.
Nathan Moinvaziri
2020-06-08
Add optimized slide_hash for POWER processors
Matheus Castanho
2020-06-08
Preparation for POWER optimizations
Matheus Castanho
2020-05-30
Remove IPos typedef which also helps to reduce casting warnings.
Nathan Moinvaziri
2020-05-25
Remove support for DYNAMIC_CRC_TABLE which was broken.
Nathan Moinvaziri
2020-05-24
Converted compare258 to static and convert longest_match to template.
Nathan Moinvaziri
2020-05-24
Added support for AVX2 intrinsics to compare258.
Nathan Moinvaziri
2020-05-24
Abstracted out architecture specific implementations of 258 byte comparison t...
Nathan Moinvaziri
2020-05-02
Fix ARM64 build with Visual C++.
Mika Lindqvist
2020-05-01
Standardize fill_window implementations and abstract out slide_hash_neon for ...
Nathan Moinvaziri
2020-04-30
Standardize insert_string functionality across architectures. Added unaligned...
Nathan Moinvaziri
2020-02-07
Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,...
Nathan Moinvaziri
2019-09-21
Unify detection of ARM getauxval code availability.
Hans Kristian Rosbach
2019-09-04
Add slide_hash to functable, and enable the sse2-optimized version.
Hans Kristian Rosbach
2019-09-04
Changes to support compilation with MSVC ARM & ARM64 (#386)
Nathan Moinvaziri
2019-08-23
Rename #defines for consistency (#378)
Nathan Moinvaziri
2019-08-06
Rename gzendian to zendian since it is included in more than just the gzip li...
Nathan Moinvaziri
2019-05-29
Fix build when DYNAMIC_CRC_TABLE is defined.
Mika T. Lindqvist
2019-03-08
Default sse2 to be available on x86_64 arch.
Hans Kristian Rosbach
2019-03-08
unify uses of __ARM_FEATURE_CRC32
Sebastian Pop
2019-03-06
unify uses of __ARM_NEON__ and __ARM_NEON
Sebastian Pop
2019-03-06
rename X86_SSE2_FILL_WINDOW to X86_SSE2
Sebastian Pop
2019-03-01
ARM: check cpu feature once at init time
Sebastian Pop
2018-12-12
[ARM/AArch64] Add run-time detection of ACLE and NEON instructions under Linux.
Mika Lindqvist
2018-11-01
Revert "[ARM/AArch64] Add run-time detection of ACLE and NEON instructions un...
Hans Kristian Rosbach
2018-10-30
[ARM/AArch64] Add run-time detection of ACLE and NEON instructions under Linux.
Mika Lindqvist
2018-09-17
Make functable thread-local.
Mika Lindqvist
2018-03-22
Move private defines from zconf.h and zconf-ng.h to zbuild.h
Mika Lindqvist
2018-02-16
wrap crc32 in functable (#145)
Daniel Black
2018-02-09
[ARM/AArch64] Allow disabling NEON support in adler32_stub.
Mika Lindqvist
2017-08-17
Make sure we don't export internal functions
Hans Kristian Rosbach
2017-05-03
Lazily initialize functable members. (#108)
Mika Lindqvist
2017-04-24
- Add adler32 to functable
Hans Kristian Rosbach
[next]