mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-19 05:24:29 -04:00
added kiss_fft_cleanup
updated Makefiles for long and simd targets
This commit is contained in:
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ ZIPFILE=kiss_fft_v$(KFVER).zip
|
||||
|
||||
testall:
|
||||
# The simd and long types may or may not work on your machine
|
||||
export DATATYPE=simd && cd test && make test
|
||||
#export DATATYPE=simd && cd test && make test
|
||||
export DATATYPE=long && cd test && make test
|
||||
|
||||
export DATATYPE=short && cd test && make test
|
||||
|
Reference in New Issue
Block a user