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:
13
13
env : TARGET=x86_64-unknown-linux-gnu
14
14
install : true
15
15
- 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"
17
17
install : true
18
18
- name : " x86_64-linux-android - no assert_instr"
19
19
env : TARGET=x86_64-linux-android STDSIMD_DISABLE_ASSERT_INSTR=1
@@ -104,7 +104,9 @@ matrix:
104
104
fi
105
105
- name : " Shellcheck"
106
106
install : true
107
- script : shellcheck ci/*.sh
107
+ script :
108
+ - shellcheck --version
109
+ - shellcheck ci/*.sh
108
110
allow_failures :
109
111
- env : TARGET=i686-pc-windows-gnu
110
112
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 \
11
11
RUN wget https://github.com/gnzlbg/intel_sde/raw/master/sde-external-8.16.0-2018-01-30-lin.tar.bz2
12
12
RUN tar -xjf sde-external-8.16.0-2018-01-30-lin.tar.bz2
13
13
ENV 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"
32
32
[features ]
33
33
# Internal-usage only: denies all warnings.
34
34
strict = []
35
- # Internal-usage only: enables only those intrinsics supported by Intel's
36
- # Software Development Environment (SDE).
37
- intel_sde = []
38
35
# Enables wasm simd128 intrinsics
39
36
wasm_simd128 = []
You can’t perform that action at this time.
0 commit comments