Skip to content

Commit f474174

Browse files
committed
remove intel_sde feature
1 parent f89d2a2 commit f474174

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1111
RUN wget https://github.com/gnzlbg/intel_sde/raw/master/sde-external-8.16.0-2018-01-30-lin.tar.bz2
1212
RUN tar -xjf sde-external-8.16.0-2018-01-30-lin.tar.bz2
1313
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

crates/coresimd/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,5 @@ wasm-bindgen-test = "=0.2.19"
3232
[features]
3333
# Internal-usage only: denies all warnings.
3434
strict = []
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
3936
wasm_simd128 = []

0 commit comments

Comments
 (0)