From: Yann Collet Date: Thu, 18 Aug 2016 09:50:37 +0000 (+0200) Subject: updated icc compilation status X-Git-Tag: v0.8.1^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79d9cdd25805b6b2a3cd7837dc96e805c8148c12;p=thirdparty%2Fzstd.git updated icc compilation status --- diff --git a/NEWS b/NEWS index 36bd15242..015fd5e15 100644 --- 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