Skip to content

Commit

Permalink
Reverted accidental removal of fftw float
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamonDinoia committed Jul 30, 2024
1 parent df2d424 commit 37c9948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/setupFFTW.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ if(FINUFFT_FFTW_LIBRARIES STREQUAL DEFAULT OR FINUFFT_FFTW_LIBRARIES STREQUAL
"ENABLE_SSE2 ON"
"ENABLE_AVX ON"
"ENABLE_AVX2 ON"
"ENABLE_FLOAT ON"
"ENABLE_THREADS ${FINUFFT_USE_THREADS}"
"ENABLE_OPENMP ${FINUFFT_USE_OPENMP}"
URL
Expand Down

0 comments on commit 37c9948

Please sign in to comment.