Skip to content

Commit e8b65a2

Browse files
authored
Add RustFFT.jl to implementations.md
1 parent 70524d2 commit e8b65a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/implementations.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The following packages extend the functionality provided by AbstractFFTs:
88
[FFTW](http://www.fftw.org) library. This also used to be part of Base Julia.
99
* [FastTransforms.jl](https://github.com/JuliaApproximation/FastTransforms.jl):
1010
Pure-Julia implementation of FFT, with support for arbitrary AbstractFloat types.
11+
* [RustFFT.jl](https://github.com/Taaitaaiger/RustFFT.jl): Julia wrapper to [RustFFT](https://docs.rs/rustfft/latest/rustfft/), a SIMD-accelerated FFT library written in pure Rust, with support for one-dimensional, complex-valued arrays.
12+
1113

1214
## Defining a new implementation
1315

0 commit comments

Comments
 (0)