Skip to content

Commit 1807fda

Browse files
authored
Rollup merge of rust-lang#130436 - fortanix:raoul/fix_reduce_add_unordered_test, r=RalfJung
Ignore reduce-fadd-unordered on SGX platform rust-lang#130325 added the `tests/assembly/simd/reduce-fadd-unordered.rs` test. Unfortunately, the use of `CHECK: ret` makes that this test is not compatible with LVI mitigations applied for the SGX target. This PR makes sure this test is ignored for the SGX target, until a nicer solution is available.
2 parents 4e68d06 + 11b42d2 commit 1807fda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/assembly/simd/reduce-fadd-unordered.rs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
//@[aarch64] only-aarch64
55
//@[x86_64] only-x86_64
66
//@[x86_64] compile-flags: -Ctarget-feature=+sse3
7+
//@ ignore-sgx Test incompatible with LVI mitigations
78
#![feature(portable_simd)]
89
#![feature(core_intrinsics)]
910
use std::intrinsics::simd as intrinsics;

0 commit comments

Comments
 (0)