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 367ccf4 commit dd9ee8aCopy full SHA for dd9ee8a
src/cpu.rs
@@ -62,9 +62,6 @@ macro_rules! impl_get_feature {
62
#[cfg(target_arch = "x86_64")]
63
IntelCpu,
64
65
- #[cfg(any(all(target_arch = "aarch64", target_endian = "little"),
66
- all(target_arch = "arm", target_endian = "little"),
67
- target_arch = "x86", target_arch = "x86_64"))]
68
// Synthesized to ensure the dynamic flag set is always non-zero.
69
//
70
// Keep this at the end as it is never checked except during init.
0 commit comments