ejmahler / RustFFT

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

Radix4 cleanup #129

Closed ejmahler closed 10 months ago

ejmahler commented 10 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.