]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed datagen
authorYann Collet <cyan@fb.com>
Fri, 2 Aug 2019 15:34:53 +0000 (17:34 +0200)
committerYann Collet <cyan@fb.com>
Fri, 2 Aug 2019 15:34:53 +0000 (17:34 +0200)
commit37f47e51a859bdf4831740a552c4165bc48318e7
tree0753655469a30d065689aa88f5bba94384212c6c
parentd1927f0b39f40403c444a8e197dafd931395800e
fixed datagen

to produce same content on both 32 and 64-bit platforms
by removing floating from literal table determination.

also : added checksum trace in compression control test,
so that it's easier to determine if test fails
as a consequence of compressing a different sample.
programs/datagen.c
tests/fuzzer.c