From 11b42d2763b8ad8358455f997b87ccce5f8f16c0 Mon Sep 17 00:00:00 2001 From: Raoul Strackx Date: Mon, 16 Sep 2024 16:54:48 +0200 Subject: [PATCH] Ignore reduce-fadd-unordered on SGX platform --- tests/assembly/simd/reduce-fadd-unordered.rs | 1 + 1 file changed, 1 insertion(+) 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;