minor comments

This commit is contained in:
Yann Collet
2016-08-12 00:05:59 +02:00
parent ba92046031
commit 6c36449ef3
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
v0.8.1
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 for specific patterns (#272)
v0.8.0
Improved : better speed on clang and gcc -O2, thanks to Eric Biggers