mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-13 22:37:27 -04:00
v0.5
This commit is contained in:
parent
b83957e624
commit
b16dc97e3b
11
NEWS
11
NEWS
@ -1,3 +1,14 @@
|
|||||||
|
Version 0.5:
|
||||||
|
The CRC-32 checksum algorithm has been optimized with carryless
|
||||||
|
multiplication instructions for x86_64 (PCLMUL). This speeds up gzip
|
||||||
|
compression and decompression.
|
||||||
|
|
||||||
|
Build fixes for certain platforms and compilers.
|
||||||
|
|
||||||
|
Added more test programs and scripts.
|
||||||
|
|
||||||
|
libdeflate is now entirely MIT-licensed.
|
||||||
|
|
||||||
Version 0.4:
|
Version 0.4:
|
||||||
The Adler-32 checksum algorithm has been optimized with vector
|
The Adler-32 checksum algorithm has been optimized with vector
|
||||||
instructions for x86_64 (SSE2 and AVX2) and ARM (NEON). This speeds up
|
instructions for x86_64 (SSE2 and AVX2) and ARM (NEON). This speeds up
|
||||||
|
@ -10,8 +10,8 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LIBDEFLATE_VERSION_MAJOR 0
|
#define LIBDEFLATE_VERSION_MAJOR 0
|
||||||
#define LIBDEFLATE_VERSION_MINOR 4
|
#define LIBDEFLATE_VERSION_MINOR 5
|
||||||
#define LIBDEFLATE_VERSION_STRING "0.4"
|
#define LIBDEFLATE_VERSION_STRING "0.5"
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user