diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-06 22:59:21 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-06 22:59:21 +0100 |
| commit | 7b48583d629d33971e9f1d5e7aa4ca7f11d8a032 (patch) | |
| tree | 2c60880a6e754bf5ce813a89c2d7255bb6d0af6a /benchmark | |
| parent | d1aaa9264089fa64a98eecef09aa4a5d9773e345 (diff) | |
| download | nissy-core-7b48583d629d33971e9f1d5e7aa4ca7f11d8a032.tar.gz nissy-core-7b48583d629d33971e9f1d5e7aa4ca7f11d8a032.zip | |
Started working on solve
Diffstat (limited to '')
| -rwxr-xr-x | benchmark/bench.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bench.sh b/benchmark/bench.sh index 882c836..ec850f0 100755 --- a/benchmark/bench.sh +++ b/benchmark/bench.sh | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | CC="cc -std=c99 -pthread -O3 -D$CUBETYPE" | 3 | CC="cc -std=c99 -O3 -D$CUBETYPE" |
| 4 | if [ "$CUBETYPE" = "CUBE_AVX2" ]; then | 4 | if [ "$CUBETYPE" = "CUBE_AVX2" ]; then |
| 5 | CC="$CC -mavx2" | 5 | CC="$CC -mavx2" |
| 6 | fi | 6 | fi |
