Allow both DOUBLE and FLOAT

This commit is contained in:
DataHoarder 2022-02-06 20:38:24 +01:00
parent 66646b49b6
commit 8e4cea6648

View file

@ -34,7 +34,8 @@ endif()
option(USE_TYPE_DOUBLE "" OFF)
option(USE_TYPE_FLOAT "" ON)
option(USE_TYPE_DOUBLE "" ON)
option(USE_SIMD "" ON)
option(USE_FFTPACK "" OFF)
option(USE_BENCH_POCKET "" OFF)