From 550b625cdd33660554e90e3a1f8ebeaf1ff5697d Mon Sep 17 00:00:00 2001 From: Elliott Mahler Date: Mon, 18 Mar 2024 23:55:21 -0700 Subject: [PATCH] Exclude wasm simd benchmarks from rustfmt --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rustfmt.toml b/rustfmt.toml index 47f91be..d5de8d8 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -4,6 +4,7 @@ ignore = [ "benches/bench_rustfft.rs", "benches/bench_rustfft_sse.rs", "benches/bench_rustfft_neon.rs", + "benches/bench_rustfft_wasm_simd.rs", "benches/bench_compare_scalar_neon.rs", # disable the prime butterfly files because they're autogenerated