Update release notes for v2.18 additions
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
parent
6715e73d16
commit
f4d8d35084
@ -1,4 +1,3 @@
|
|||||||
=================================================
|
|
||||||
Intel(R) Intelligent Storage Acceleration Library
|
Intel(R) Intelligent Storage Acceleration Library
|
||||||
=================================================
|
=================================================
|
||||||
|
|
||||||
@ -52,7 +51,7 @@ On Windows use nmake to build dll and static lib:
|
|||||||
nmake -f Makefile.nmake
|
nmake -f Makefile.nmake
|
||||||
|
|
||||||
### Other make targets
|
### Other make targets
|
||||||
Other targes include:
|
Other targets include:
|
||||||
* `make check` : create and run tests
|
* `make check` : create and run tests
|
||||||
* `make tests` : create additional unit tests
|
* `make tests` : create additional unit tests
|
||||||
* `make perfs` : create included performance tests
|
* `make perfs` : create included performance tests
|
||||||
|
@ -1,25 +1,26 @@
|
|||||||
=============================================================================
|
v2.18 Intel Intelligent Storage Acceleration Library Release Notes
|
||||||
v2.17 Intel Intelligent Storage Acceleration Library Release Notes
|
==================================================================
|
||||||
=============================================================================
|
|
||||||
|
|
||||||
=============================================================================
|
|
||||||
RELEASE NOTE CONTENTS
|
RELEASE NOTE CONTENTS
|
||||||
=============================================================================
|
|
||||||
1. KNOWN ISSUES
|
1. KNOWN ISSUES
|
||||||
2. FIXED ISSUES
|
2. FIXED ISSUES
|
||||||
3. CHANGE LOG & FEATURES ADDED
|
3. CHANGE LOG & FEATURES ADDED
|
||||||
|
|
||||||
=============================================================================
|
1. KNOWN ISSUES
|
||||||
1. KNOWN ISSUES
|
----------------
|
||||||
=============================================================================
|
|
||||||
|
|
||||||
* Perf tests do not run in Windows environment.
|
* Perf tests do not run in Windows environment.
|
||||||
|
|
||||||
* 32-bit lib is not supported in Windows.
|
* 32-bit lib is not supported in Windows.
|
||||||
|
|
||||||
=============================================================================
|
|
||||||
2. FIXED ISSUES
|
2. FIXED ISSUES
|
||||||
=============================================================================
|
---------------
|
||||||
|
|
||||||
|
v2.18
|
||||||
|
|
||||||
|
* Mac OS X/darwin systems no longer require the --target=darwin config option.
|
||||||
|
The autoconf canonical build should detect.
|
||||||
|
|
||||||
v2.17
|
v2.17
|
||||||
|
|
||||||
* Fix igzip using 32K window and a shared object
|
* Fix igzip using 32K window and a shared object
|
||||||
@ -46,9 +47,18 @@ v2.10
|
|||||||
affects windows versions of erasure code. GP register saves/restore were
|
affects windows versions of erasure code. GP register saves/restore were
|
||||||
pushed to same stack area as XMM.
|
pushed to same stack area as XMM.
|
||||||
|
|
||||||
=============================================================================
|
|
||||||
3. CHANGE LOG & FEATURES ADDED
|
3. CHANGE LOG & FEATURES ADDED
|
||||||
=============================================================================
|
------------------------------
|
||||||
|
|
||||||
|
v2.18
|
||||||
|
|
||||||
|
* New 2-pass fully-dynamic deflate compression (level -1). ISA-L fast deflate
|
||||||
|
now has two levels. Level 0 (default) is the same as previous generations.
|
||||||
|
Setting to level 1 will switch to the fully-dynamic compression that will
|
||||||
|
typically reach higher compression ratios.
|
||||||
|
|
||||||
|
* RAID AVX512 functions.
|
||||||
|
|
||||||
v2.17
|
v2.17
|
||||||
|
|
||||||
* New fast decompression (inflate)
|
* New fast decompression (inflate)
|
||||||
|
Loading…
Reference in New Issue
Block a user