Skip to content

Commit 2846892

Browse files
committed
fix_sde
1 parent 605b5ae commit 2846892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/x86/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ macro_rules! assert_approx_eq {
358358
// ranges 0:7 and 8:15 are at most in range [0, 64). This macro
359359
// expands all 16 bit integers whose bits in 0:7 and 8:15 are in
360360
// that range. This results in 4096 (64 * 64) match arms.
361-
#[cfg(not(feature = "intel"))]
361+
#[cfg(not(feature = "intel_sde"))]
362362
macro_rules! constify_bextri2 {
363363
($v:expr, $expand:ident) => {
364364
#[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]

0 commit comments

Comments
 (0)