ejmahler / RustFFT

RustFFT is a high-performance FFT library written in pure Rust.
Apache License 2.0
706 stars 49 forks source link

fix constants for imm2 and imm4 #75

Closed HEnquist closed 3 years ago

HEnquist commented 3 years ago

This fixes the bad constants for imm2 and imm4 that causes this: https://github.com/ejmahler/RustFFT/issues/74

ejmahler commented 3 years ago

I was able to reproduce this buy running cargo build --example concurrency --release

ejmahler commented 3 years ago

And I verified that it compiles correctly with the fix applied.