We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605b5ae commit 2846892Copy full SHA for 2846892
src/x86/macros.rs
@@ -358,7 +358,7 @@ macro_rules! assert_approx_eq {
358
// ranges 0:7 and 8:15 are at most in range [0, 64). This macro
359
// expands all 16 bit integers whose bits in 0:7 and 8:15 are in
360
// that range. This results in 4096 (64 * 64) match arms.
361
-#[cfg(not(feature = "intel"))]
+#[cfg(not(feature = "intel_sde"))]
362
macro_rules! constify_bextri2 {
363
($v:expr, $expand:ident) => {
364
#[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
0 commit comments