mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-11 21:39:32 -04:00
v0.4
This commit is contained in:
parent
015e95040c
commit
1286b4ddcb
11
NEWS
11
NEWS
@ -1,3 +1,14 @@
|
||||
Version 0.4:
|
||||
The Adler-32 checksum algorithm has been optimized with vector
|
||||
instructions for x86_64 (SSE2 and AVX2) and ARM (NEON). This speeds up
|
||||
zlib compression and decompression.
|
||||
|
||||
To avoid naming collisions, functions and definitions in libdeflate's
|
||||
API have been renamed to be prefixed with "libdeflate_" or
|
||||
"LIBDEFLATE_". Programs using the old API will need to be updated.
|
||||
|
||||
Various bug fixes and other improvements.
|
||||
|
||||
Version 0.3:
|
||||
Some bug fixes and other minor changes.
|
||||
|
||||
|
@ -10,8 +10,8 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#define LIBDEFLATE_VERSION_MAJOR 0
|
||||
#define LIBDEFLATE_VERSION_MINOR 3
|
||||
#define LIBDEFLATE_VERSION_STRING "0.3"
|
||||
#define LIBDEFLATE_VERSION_MINOR 4
|
||||
#define LIBDEFLATE_VERSION_STRING "0.4"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user