diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-03 23:13:05 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-03 23:26:29 +0100 |
| commit | ade2ed050a2d472b4dd01e30666f5e7ec5030724 (patch) | |
| tree | bab29caba8fb2171348fb664d6098eb77d155a53 /Makefile | |
| parent | 9b1c9371333e20611ec5422e660ebec7e66c4261 (diff) | |
| download | nissy-core-ade2ed050a2d472b4dd01e30666f5e7ec5030724.tar.gz nissy-core-ade2ed050a2d472b4dd01e30666f5e7ec5030724.zip | |
Moves work with avx2, fixed some stuff
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -12,9 +12,9 @@ clean: | |||
| 12 | rm -rf *.o | 12 | rm -rf *.o |
| 13 | 13 | ||
| 14 | test: debugcube.o | 14 | test: debugcube.o |
| 15 | ./test/test.sh | 15 | CUBETYPE=${CUBETYPE} ./test/test.sh |
| 16 | 16 | ||
| 17 | benchmark: cube.o | 17 | benchmark: cube.o |
| 18 | ./benchmark/bench.sh | 18 | CUBETYPE=${CUBETYPE} ./benchmark/bench.sh |
| 19 | 19 | ||
| 20 | .PHONY: all clean test benchmark | 20 | .PHONY: all clean test benchmark |
