mirror of
https://github.com/intel/isa-l.git
synced 2025-12-09 16:36:49 +01:00
Update release notes for v2.30 additions
Change-Id: Icbb1faa2b67d8d18b1c7cde9f09774ebd895a6df Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
v2.29 Intel Intelligent Storage Acceleration Library Release Notes
|
v2.30 Intel Intelligent Storage Acceleration Library Release Notes
|
||||||
==================================================================
|
==================================================================
|
||||||
|
|
||||||
RELEASE NOTE CONTENTS
|
RELEASE NOTE CONTENTS
|
||||||
@@ -15,6 +15,11 @@ RELEASE NOTE CONTENTS
|
|||||||
|
|
||||||
2. FIXED ISSUES
|
2. FIXED ISSUES
|
||||||
---------------
|
---------------
|
||||||
|
v2.30
|
||||||
|
|
||||||
|
* Intel CET support.
|
||||||
|
* Windows nasm support fix.
|
||||||
|
|
||||||
v2.28
|
v2.28
|
||||||
|
|
||||||
* Fix documentation on gf_vect_mad(). Min length listed as 32 instead of
|
* Fix documentation on gf_vect_mad(). Min length listed as 32 instead of
|
||||||
@@ -109,6 +114,22 @@ v2.10
|
|||||||
|
|
||||||
3. CHANGE LOG & FEATURES ADDED
|
3. CHANGE LOG & FEATURES ADDED
|
||||||
------------------------------
|
------------------------------
|
||||||
|
v2.30
|
||||||
|
|
||||||
|
* Igzip compression enhancements.
|
||||||
|
- New functions for dictionary acceleration. Split dictionary processing and
|
||||||
|
resetting can greatly accelerate the performance of compressing many small
|
||||||
|
files with a dictionary.
|
||||||
|
- New static level 0 header decode tables. Accelerates decompressing small
|
||||||
|
files that are level 0 compressed by skipping the known header parsing.
|
||||||
|
- New feature for igzip cli tool: support for concatenated .gz files. On
|
||||||
|
decompression, igzip will process a series of independent, concatenated .gz
|
||||||
|
files into one output stream.
|
||||||
|
|
||||||
|
* CRC Improvements
|
||||||
|
- New vclmul version of crc32_iscsi().
|
||||||
|
- Updates for aarch64.
|
||||||
|
|
||||||
v2.29
|
v2.29
|
||||||
|
|
||||||
* CRC Improvements
|
* CRC Improvements
|
||||||
|
|||||||
Reference in New Issue
Block a user