Skip to content

Commit

Permalink
Correct impulse-tests in -fx mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Oct 26, 2023
1 parent efa1846 commit 82c85d1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/impulse-tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,16 @@ quad:
$(MAKE) -f Make.gcc outdir=c/quad/omp lang=c arch=impulsearch2.cpp FAUSTOPTIONS="-I dsp -quad -omp"

fx:
$(MAKE) -f Make.gcc outdir=cpp/fx lang=cpp arch=impulsearchfx.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 32"
$(MAKE) -f Make.gcc outdir=cpp/fx/os0 lang=cpp arch=impulsearchfx.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 32 -os0"
$(MAKE) -f Make.gcc outdir=cpp/fx/os1 lang=cpp arch=impulsearchfx.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 32 -os1"
$(MAKE) -f Make.gcc outdir=cpp/fx/os2 lang=cpp arch=impulsearchfx.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 32 -os2"
$(MAKE) -f Make.gcc outdir=cpp/fx/os3 lang=cpp arch=impulsearch4.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 32 -os3"
$(MAKE) -f Make.gcc outdir=c/fx lang=c arch=impulsearch2.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 32"
$(MAKE) -f Make.gcc outdir=c/fx/os0 lang=c arch=impulsearch2bis.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 32 -os0"
$(MAKE) -f Make.gcc outdir=c/fx/os1 lang=c arch=impulsearch2ter.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 32 -os1"
$(MAKE) -f Make.gcc outdir=c/fx/os2 lang=c arch=impulsearch2ter.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 32 -os2"
$(MAKE) -f Make.gcc outdir=c/fx/os3 lang=c arch=impulsearch2qua.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 32 -os3"
$(MAKE) -f Make.gcc outdir=cpp/fx lang=cpp arch=impulsearchfx.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 64"
$(MAKE) -f Make.gcc outdir=cpp/fx/os0 lang=cpp arch=impulsearchfx.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 64 -os0"
$(MAKE) -f Make.gcc outdir=cpp/fx/os1 lang=cpp arch=impulsearchfx.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 64 -os1"
$(MAKE) -f Make.gcc outdir=cpp/fx/os2 lang=cpp arch=impulsearchfx.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 64 -os2"
$(MAKE) -f Make.gcc outdir=cpp/fx/os3 lang=cpp arch=impulsearch4.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 64 -os3"
$(MAKE) -f Make.gcc outdir=c/fx lang=c arch=impulsearch2.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 64"
$(MAKE) -f Make.gcc outdir=c/fx/os0 lang=c arch=impulsearch2bis.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 64 -os0"
$(MAKE) -f Make.gcc outdir=c/fx/os1 lang=c arch=impulsearch2ter.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 64 -os1"
$(MAKE) -f Make.gcc outdir=c/fx/os2 lang=c arch=impulsearch2ter.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 64 -os2"
$(MAKE) -f Make.gcc outdir=c/fx/os3 lang=c arch=impulsearch2qua.cpp FAUSTOPTIONS="-I dsp -fx -fx-size 64 -os3"

cpp1:
$(MAKE) -f Make.gcc outdir=cpp1/double lang=cpp arch=impulsearch.cpp FAUSTOPTIONS="-I dsp -double -os0"
Expand Down

0 comments on commit 82c85d1

Please sign in to comment.