Do FFTW.jl and Quadmath.jl work together automatically?

If some Arrays (or whatever) are defined using the Float128 type from Quadmath.jl, will operations from FFTW.jl be done in quad precision? The FFTW library itself supports quad-precision (Precision (FFTW 3.3.10)), but I couldn’t find any mention of precision in the FFTW.jl README or issues/PRs.

1 Like

Looks like no, FFTW and AbstractFFTs only work out of the box with BLAS floats.

2 Likes

Thanks for the info @cgeoga

1 Like

Native Julia FFTW · Issue #209 · JuliaMath/FFTW.jl · GitHub cough :grin:

2 Likes