mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-19 05:24:29 -04:00
removed x86 specifics
This commit is contained in:
7
Makefile
7
Makefile
@ -6,10 +6,9 @@ ZIPFILE=kiss_fft_v$(KFVER).zip
|
||||
|
||||
testall:
|
||||
# The simd and int32_t types may or may not work on your machine
|
||||
export DATATYPE=simd && cd test && make test
|
||||
export DATATYPE=int32_t && cd test && make test
|
||||
|
||||
export DATATYPE=int16_t && cd test && make test
|
||||
#export DATATYPE=simd && cd test && make test
|
||||
#export DATATYPE=int32_t && cd test && make test
|
||||
#export DATATYPE=int16_t && cd test && make test
|
||||
export DATATYPE=float && cd test && make test
|
||||
export DATATYPE=double && cd test && make test
|
||||
|
||||
|
Reference in New Issue
Block a user