Multithread fft

This commit is contained in:
2022-05-18 23:52:01 +02:00
parent 199b8f0df5
commit 8bce8632c5
4 changed files with 43 additions and 21 deletions

View File

@ -16,7 +16,7 @@ LD=$(CC)
#INCLUDES =
#LIBDIRS =
LIBS = -lm -lfftw3
LIBS = -lm -lfftw3 -lfftw3_threads
override LDFLAGS +=$(LIBDIRS)$(LIBS)