rustc/vendor/packed_simd/ci/setup_benchmarks.sh
2020-12-02 10:43:25 +01:00

11 lines
250 B
Bash
Executable File

#!/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
# Rust-bindgen requires RUSTFMT
rustup component add rustfmt-preview