updated icc compilation status

This commit is contained in:
Yann Collet 2016-08-18 11:50:37 +02:00
parent e80d15304a
commit 79d9cdd258

1
NEWS
View File

@ -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