-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
In most FFT libraries (Including RustFFT when using non-AVX code), power-of-two FFT sizes are the fastest, and users see a steep falloff in performance when using non-power-of-two sizes. Thankfully, RustFFT using AVX acceleration is not quite as restrictive:
Any FFT whose size is of the form 2^n * 3^m can be considered the “fastest” in RustFFT.
Is there anyway to have this kind of speed-up for neon? The powers of 2 are quite restrictive.
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels