File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -169,10 +169,10 @@ matrix:
169
169
# BENCHMARKS:
170
170
- name : " Benchmarks - x86_64-unknown-linux-gnu"
171
171
install : TARGET=x86_64-unknown-linux-gnu ./ci/setup_benchmarks.sh
172
- script : PATH=$(pwd):$PATH NORUN=1 VERIFY=1 FEATURES=coresimd ,ispc,sleef-sys ci/benchmark.sh
172
+ script : PATH=$(pwd):$PATH NORUN=1 VERIFY=1 FEATURES=core_arch ,ispc,sleef-sys ci/benchmark.sh
173
173
- name : " Benchmarks - x86_64-apple-darwin"
174
174
install : TARGET=x86_64-apple-darwin ./ci/setup_benchmarks.sh
175
- script : PATH=$(pwd):$PATH NORUN=1 VERIFY=1 FEATURES=coresimd ,ispc,sleef-sys ci/benchmark.sh
175
+ script : PATH=$(pwd):$PATH NORUN=1 VERIFY=1 FEATURES=core_arch ,ispc,sleef-sys ci/benchmark.sh
176
176
os : osx
177
177
osx_image : xcode9.4
178
178
# TOOLS:
Original file line number Diff line number Diff line change 2
2
#
3
3
# Runs all benchmarks. Controlled by the following environment variables:
4
4
#
5
- # FEATURES={} - cargo features to pass to all benchmarks (e.g. coresimd ,sleef-sys,ispc)
5
+ # FEATURES={} - cargo features to pass to all benchmarks (e.g. core_arch ,sleef-sys,ispc)
6
6
# NORUN={1} - only builds the benchmarks
7
7
8
8
set -ex
Original file line number Diff line number Diff line change 78
78
79
79
if [[ " ${TARGET} " == " x86_64-unknown-linux-gnu" ]] || [[ " ${TARGET} " == " x86_64-pc-windows-msvc" ]]; then
80
80
# use sleef on linux and windows x86_64 builds
81
- cargo_test_impl --release --features=into_bits,coresimd ,sleef-sys
81
+ cargo_test_impl --release --features=into_bits,core_arch ,sleef-sys
82
82
else
83
- cargo_test_impl --release --features=into_bits,coresimd
83
+ cargo_test_impl --release --features=into_bits,core_arch
84
84
fi
85
85
86
86
# Verify code generation
You can’t perform that action at this time.
0 commit comments