Skip to content

Commit

Permalink
test fftw
Browse files Browse the repository at this point in the history
  • Loading branch information
lu1and10 committed Jul 31, 2024
1 parent 37c9948 commit 7a2d40d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions cmake/setupFFTW.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ if(FINUFFT_FFTW_LIBRARIES STREQUAL DEFAULT OR FINUFFT_FFTW_LIBRARIES STREQUAL
NAME
fftw3
OPTIONS
"ENABLE_SSE ON"
"ENABLE_SSE2 ON"
"ENABLE_AVX ON"
"ENABLE_AVX2 ON"
"BUILD_TESTS OFF"
"BUILD_SHARED_LIBS OFF"
"ENABLE_THREADS ${FINUFFT_USE_THREADS}"
Expand All @@ -46,10 +42,8 @@ if(FINUFFT_FFTW_LIBRARIES STREQUAL DEFAULT OR FINUFFT_FFTW_LIBRARIES STREQUAL
NAME
fftw3f
OPTIONS
"ENABLE_SSE ON"
"ENABLE_SSE2 ON"
"ENABLE_AVX ON"
"ENABLE_AVX2 ON"
"BUILD_TESTS OFF"
"BUILD_SHARED_LIBS OFF"
"ENABLE_FLOAT ON"
"ENABLE_THREADS ${FINUFFT_USE_THREADS}"
"ENABLE_OPENMP ${FINUFFT_USE_OPENMP}"
Expand Down

0 comments on commit 7a2d40d

Please sign in to comment.