We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9839d0 commit 0bfa4d5Copy full SHA for 0bfa4d5
.gitignore
@@ -3,6 +3,7 @@
3
*.so
4
*.a
5
*.dylib
6
+test/testcpp
7
test/bm_fftw_double
8
test/bm_fftw_float
9
test/bm_fftw_int16_t
Makefile
@@ -1,4 +1,4 @@
1
-KFVER=130
+KFVER=131
2
ifeq ($(shell uname -s),Darwin)
SHARED := -Wl,-install_name,libkissfft.dylib -o libkissfft.dylib
0 commit comments