]> git.ipfire.org Git - thirdparty/zstd.git/commit
IO and bench : ZSTD_NEWAPI is the only remaining code path
authorYann Collet <cyan@fb.com>
Thu, 19 Oct 2017 00:01:53 +0000 (17:01 -0700)
committerYann Collet <cyan@fb.com>
Thu, 19 Oct 2017 00:01:53 +0000 (17:01 -0700)
commitd3b9547aa4cab7421946ef4010a998de34703da8
tree9aac7f8073fa3dae409ab834ba9132c1da45b9c7
parent9d377c6e88f6df8493f1e4b4728effdbb2ae5fd6
IO and bench : ZSTD_NEWAPI is the only remaining code path

removed the other 2 code paths (single thread, and ZSTDMT ones)
keeping only the new advanced API, for easier code coverage.

It shall also fix identified issue with Visual Studio
which doesn't have ZSTD_NEWAPI defined.
programs/Makefile
programs/bench.c
programs/fileio.c