Skip to content

Commit

Permalink
[core] We still need to initialize fftw due to plug-ins potentially u…
Browse files Browse the repository at this point in the history
…sing it
  • Loading branch information
jcelerier committed Nov 16, 2023
1 parent 9803f3b commit 95268ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ static void setup_fftw()
fftwf_make_planner_thread_safe();
fftwf_plan_with_nthreads(1);
fftwf_init_threads();
#elif defined(OSSIA_FFTW_DOUBLE_ONLY)
#else
fftw_make_planner_thread_safe();
fftw_plan_with_nthreads(1);
fftw_init_threads();
Expand Down

0 comments on commit 95268ea

Please sign in to comment.