Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of #130436 - fortanix:raoul/fix_reduce_add_unordered_tes…
…t, r=RalfJung Ignore reduce-fadd-unordered on SGX platform #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.
- Loading branch information