You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In rustfft, it's possible to compute Fourier transforms of sequences with either 32-bit or 64-bit floats. This is done by generalizing over an FftNum trait. However, phastft only supports 64-bit floats. Is it possible to add support for f32 in phastft?
The text was updated successfully, but these errors were encountered:
In
rustfft
, it's possible to compute Fourier transforms of sequences with either 32-bit or 64-bit floats. This is done by generalizing over anFftNum
trait. However,phastft
only supports 64-bit floats. Is it possible to add support forf32
inphastft
?The text was updated successfully, but these errors were encountered: