mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00
Do not run the altivec tests for powerpc64
The big endian variant will be supported properly later.
This commit is contained in:
parent
c01982348e
commit
3d618b3cd6
@ -27,6 +27,7 @@ case ${TARGET} in
|
||||
;;
|
||||
powerpc64-*)
|
||||
export STDSIMD_DISABLE_ASSERT_INSTR=1
|
||||
export STDSIMD_TEST_NORUN=1
|
||||
;;
|
||||
|
||||
# On 32-bit use a static relocation model which avoids some extra
|
||||
|
Loading…
x
Reference in New Issue
Block a user