Skip to content

Commit a3ee736

Browse files
committed
fix_sde
1 parent 2846892 commit a3ee736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/x86/xsave.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ mod tests {
390390
assert_eq!(a, b);
391391
}
392392

393-
#[cfg(not(target_arch = "x86"))]
393+
#[cfg(not(any(target_arch = "x86", feature = "intel_sde")))]
394394
#[simd_test = "xsaves"]
395395
unsafe fn xsaves64() {
396396
let m = 0xFFFFFFFFFFFFFFFF_u64; //< all registers

0 commit comments

Comments
 (0)