We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5717c3 commit 06f1b0cCopy full SHA for 06f1b0c
ci/run.sh
@@ -94,6 +94,7 @@ case ${TARGET} in
94
TEST_CPPFLAGS="-fuse-ld=lld -I/usr/include/x86_64-linux-gnu/"
95
TEST_CXX_COMPILER="clang++-19"
96
TEST_RUNNER="${CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER}"
97
+ TEST_SKIP_INTRINSICS=crates/intrinsic-test/missing_x86.txt
98
export STDARCH_DISABLE_ASSERT_INSTR=1
99
100
export RUSTFLAGS="${RUSTFLAGS} -C target-feature=+avx"
@@ -195,6 +196,7 @@ case "${TARGET}" in
195
196
cargo run "${INTRINSIC_TEST}" "${PROFILE}" \
197
--bin intrinsic-test -- intrinsics_data/x86-intel.xml \
198
--runner "${TEST_RUNNER}" \
199
+ --skip "${TEST_SKIP_INTRINSICS}" \
200
--cppcompiler "${TEST_CXX_COMPILER}" \
201
--target "${TARGET}"
202
;;
0 commit comments