We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170d6cb commit 11b42d2Copy full SHA for 11b42d2
tests/assembly/simd/reduce-fadd-unordered.rs
@@ -4,6 +4,7 @@
4
//@[aarch64] only-aarch64
5
//@[x86_64] only-x86_64
6
//@[x86_64] compile-flags: -Ctarget-feature=+sse3
7
+//@ ignore-sgx Test incompatible with LVI mitigations
8
#![feature(portable_simd)]
9
#![feature(core_intrinsics)]
10
use std::intrinsics::simd as intrinsics;
0 commit comments