diff options
| author | Raoul Strackx <raoul.strackx@fortanix.com> | 2024-09-16 16:54:48 +0200 |
|---|---|---|
| committer | Raoul Strackx <raoul.strackx@fortanix.com> | 2024-09-16 16:54:48 +0200 |
| commit | 11b42d2763b8ad8358455f997b87ccce5f8f16c0 (patch) | |
| tree | b509edb605ad8938e5e058e15b3737b6f8429aa3 | |
| parent | 170d6cb845c8c3f0dcec5cdd4210df9ecf990244 (diff) | |
| download | rust-11b42d2763b8ad8358455f997b87ccce5f8f16c0.tar.gz rust-11b42d2763b8ad8358455f997b87ccce5f8f16c0.zip | |
Ignore reduce-fadd-unordered on SGX platform
| -rw-r--r-- | tests/assembly/simd/reduce-fadd-unordered.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/assembly/simd/reduce-fadd-unordered.rs b/tests/assembly/simd/reduce-fadd-unordered.rs index fa9ce6bd35e..ade60ba184c 100644 --- a/tests/assembly/simd/reduce-fadd-unordered.rs +++ b/tests/assembly/simd/reduce-fadd-unordered.rs @@ -4,6 +4,7 @@ //@[aarch64] only-aarch64 //@[x86_64] only-x86_64 //@[x86_64] compile-flags: -Ctarget-feature=+sse3 +//@ ignore-sgx Test incompatible with LVI mitigations #![feature(portable_simd)] #![feature(core_intrinsics)] use std::intrinsics::simd as intrinsics; |
