We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a9239f + 3d46744 commit cb7714fCopy full SHA for cb7714f
src/FFTW.jl
@@ -27,9 +27,9 @@ function __init__()
27
# libfftw3{,f} refs at runtime, since we may have relocated and
28
# changed the path to the library since the last time we precompiled.
29
@static if fftw_provider == "fftw"
30
- fftw_init_threads()
31
libfftw3[] = FFTW_jll.libfftw3_path
32
libfftw3f[] = FFTW_jll.libfftw3f_path
+ fftw_init_threads()
33
end
34
@static if fftw_provider == "mkl"
35
libfftw3[] = MKL_jll.libmkl_rt_path
0 commit comments