Skip to content

Commit a28d9ba

Browse files
lu-zerognzlbg
authored andcommitted
Unbreak non-x86
1 parent 5928048 commit a28d9ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/std_detect/tests/x86-specific.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![feature(stdsimd)]
2+
#![cfg(any(target_arch = "x86", target_arch = "x86_64"))]
23

34
extern crate cupid;
45
#[macro_use]

0 commit comments

Comments
 (0)