Skip to content

Commit dd9ee8a

Browse files
committed
cpu: Remove some more unnecessary conditional compilation logic.
1 parent 367ccf4 commit dd9ee8a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/cpu.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ macro_rules! impl_get_feature {
6262
#[cfg(target_arch = "x86_64")]
6363
IntelCpu,
6464

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"))]
6865
// Synthesized to ensure the dynamic flag set is always non-zero.
6966
//
7067
// Keep this at the end as it is never checked except during init.

0 commit comments

Comments
 (0)