Closed HEnquist closed 3 years ago
This fixes the bad constants for imm2 and imm4 that causes this: https://github.com/ejmahler/RustFFT/issues/74
I was able to reproduce this buy running cargo build --example concurrency --release
cargo build --example concurrency --release
And I verified that it compiles correctly with the fix applied.
This fixes the bad constants for imm2 and imm4 that causes this: https://github.com/ejmahler/RustFFT/issues/74