File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
ci/docker/x86_64-unknown-linux-gnu-emulated Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ matrix:
1313 env : TARGET=x86_64-unknown-linux-gnu
1414 install : true
1515 - name : " x86_64-unknown-linux-gnu-emulated (runs all assert_instr tests)"
16- env : TARGET=x86_64-unknown-linux-gnu-emulated STDSIMD_TEST_EVERYTHING=1
16+ env : TARGET=x86_64-unknown-linux-gnu-emulated STDSIMD_TEST_EVERYTHING=1 RUSTFLAGS="--cfg stdsimd_intel_sde"
1717 install : true
1818 - name : " x86_64-linux-android - no assert_instr"
1919 env : TARGET=x86_64-linux-android STDSIMD_DISABLE_ASSERT_INSTR=1
@@ -104,7 +104,9 @@ matrix:
104104 fi
105105 - name : " Shellcheck"
106106 install : true
107- script : shellcheck ci/*.sh
107+ script :
108+ - shellcheck --version
109+ - shellcheck ci/*.sh
108110 allow_failures :
109111 - env : TARGET=i686-pc-windows-gnu
110112
Original file line number Diff line number Diff line change @@ -11,4 +11,3 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1111RUN wget https://github.com/gnzlbg/intel_sde/raw/master/sde-external-8.16.0-2018-01-30-lin.tar.bz2
1212RUN tar -xjf sde-external-8.16.0-2018-01-30-lin.tar.bz2
1313ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="/sde-external-8.16.0-2018-01-30-lin/sde64 --"
14- ENV RUSTFLAGS --cfg stdsimd_intel_sde
Original file line number Diff line number Diff line change @@ -32,8 +32,5 @@ wasm-bindgen-test = "=0.2.19"
3232[features ]
3333# Internal-usage only: denies all warnings.
3434strict = []
35- # Internal-usage only: enables only those intrinsics supported by Intel's
36- # Software Development Environment (SDE).
37- intel_sde = []
3835# Enables wasm simd128 intrinsics
3936wasm_simd128 = []
You can’t perform that action at this time.
0 commit comments