diff options
Diffstat (limited to 'benches/bench.rs')
| -rw-r--r-- | benches/bench.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benches/bench.rs b/benches/bench.rs index a6cd97a..782e06e 100644 --- a/benches/bench.rs +++ b/benches/bench.rs @@ -69,7 +69,7 @@ fn bench_single_compression_sse41(b: &mut Bencher) { } #[bench] -#[cfg(not(feature = "pure"))] +#[cfg(blake3_avx512_ffi)] fn bench_single_compression_avx512(b: &mut Bencher) { if let Some(platform) = Platform::avx512() { bench_single_compression_fn(b, platform); @@ -119,7 +119,7 @@ fn bench_many_chunks_avx2(b: &mut Bencher) { } #[bench] -#[cfg(not(feature = "pure"))] +#[cfg(blake3_avx512_ffi)] fn bench_many_chunks_avx512(b: &mut Bencher) { if let Some(platform) = Platform::avx512() { bench_many_chunks_fn(b, platform); @@ -178,7 +178,7 @@ fn bench_many_parents_avx2(b: &mut Bencher) { } #[bench] -#[cfg(not(feature = "pure"))] +#[cfg(blake3_avx512_ffi)] fn bench_many_parents_avx512(b: &mut Bencher) { if let Some(platform) = Platform::avx512() { bench_many_parents_fn(b, platform); |
