summaryrefslogtreecommitdiffstats
path: root/vendor/packed_simd_2/ci/setup_benchmarks.sh
blob: cd41a78513034562db3f1ac06794671189752a87 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

set -ex

# Get latest ISPC binary for the target and put it in the path
git clone https://github.com/gnzlbg/ispc-binaries
cp ispc-binaries/ispc-${TARGET} ispc