Skip to content

Commit 11b42d2

Browse files
committedSep 16, 2024·
Ignore reduce-fadd-unordered on SGX platform
1 parent 170d6cb commit 11b42d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎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)
Please sign in to comment.