removed x86 specifics

This commit is contained in:
Mark Borgerding
2007-01-07 00:01:59 +00:00
parent 3dae7a23a6
commit 348d8dd530
2 changed files with 5 additions and 6 deletions

View File

@ -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