Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds tests, bechmarks and fuzzing code for the avx2 engine
This adds the AVX2Encoder engine to the existing benchmarks and tests and introduces three new fuzzing targets: - roundtrip_avx - decode_random_avx which behave very similar to the non-avx versions, and - roundtrip_avx_equivalent Which checks that the avx2 engine and the DEFAULT_ENGINE produce the same data both ways.
- Loading branch information