ejmahler / RustFFT

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

Radix4 cleanup #129

Closed ejmahler closed 7 months ago

ejmahler commented 7 months ago

Eliminate magic constants, unify andi mprove naming schemes, make the twiddle generation loop use the same logic as the actual computation loop.

First of a series of PRs i'm intending to open to improve the radix4 structs.