]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated icc compilation status
authorYann Collet <yann.collet.73@gmail.com>
Thu, 18 Aug 2016 09:50:37 +0000 (11:50 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Thu, 18 Aug 2016 09:50:37 +0000 (11:50 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 36bd1524267ff673db4e19e5d00b167c937f7154..015fd5e15d4f4d3e363c5e4f0c4fea593cfbcbcb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ Changed : -i# now selects benchmark time in second
 Fixed : ZSTD_compress* can now compress > 4 GB in a single pass, reported by Nick Terrell
 Fixed : speed regression on specific patterns (#272)
 Fixed : support for Z_SYNC_FLUSH, by Dmitry Krot (#291)
+Fixed : ICC compilation, by Przemyslaw Skibinski
 
 v0.8.0
 Improved : better speed on clang and gcc -O2, thanks to Eric Biggers