Skip to content

Commit b6cb15f

Browse files
committed
cpu: Remove some more unnecessary conditional compilation logic.
1 parent 9efed99 commit b6cb15f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/cpu.rs

-3
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)