feat: Added x86 to CI pipeline
This commit is contained in:
parent
6264634a73
commit
223bb3c24b
2 changed files with 158425 additions and 0 deletions
|
|
@ -90,6 +90,9 @@ fi
|
|||
# Test targets compiled with extra features.
|
||||
case ${TARGET} in
|
||||
x86_64-unknown-linux-gnu)
|
||||
TEST_CPPFLAGS="-fuse-ld=lld -I/usr/include/x86_64-linux-gnu/"
|
||||
TEST_CXX_COMPILER="clang++-19"
|
||||
TEST_RUNNER="${CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER}"
|
||||
export STDARCH_DISABLE_ASSERT_INSTR=1
|
||||
|
||||
export RUSTFLAGS="${RUSTFLAGS} -C target-feature=+avx"
|
||||
|
|
|
|||
158422
library/stdarch/intrinsics_data/x86-intel.xml
Normal file
158422
library/stdarch/intrinsics_data/x86-intel.xml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue