Skip to content

Commit

Permalink
Exclude wasm simd benchmarks from rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ejmahler committed Mar 19, 2024
1 parent a4eddae commit 550b625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 550b625

Please sign in to comment.