aboutsummaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-06 22:59:21 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-06 22:59:21 +0100
commit7b48583d629d33971e9f1d5e7aa4ca7f11d8a032 (patch)
tree2c60880a6e754bf5ce813a89c2d7255bb6d0af6a /benchmark
parentd1aaa9264089fa64a98eecef09aa4a5d9773e345 (diff)
downloadnissy-core-7b48583d629d33971e9f1d5e7aa4ca7f11d8a032.tar.gz
nissy-core-7b48583d629d33971e9f1d5e7aa4ca7f11d8a032.zip
Started working on solve
Diffstat (limited to 'benchmark')
-rwxr-xr-xbenchmark/bench.sh2
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
3CC="cc -std=c99 -pthread -O3 -D$CUBETYPE" 3CC="cc -std=c99 -O3 -D$CUBETYPE"
4if [ "$CUBETYPE" = "CUBE_AVX2" ]; then 4if [ "$CUBETYPE" = "CUBE_AVX2" ]; then
5 CC="$CC -mavx2" 5 CC="$CC -mavx2"
6fi 6fi

Generated with cgit - Back to sebastiano.tronto.net