File tree 2 files changed +2
-4
lines changed
crates/std_detect/src/detect/os/linux
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ dox() {
25
25
if [ -z " $1 " ]; then
26
26
dox i686-unknown-linux-gnu
27
27
dox x86_64-unknown-linux-gnu
28
- # Disabled temporarily,
29
- # See https://github.com/rust-lang/rust/issues/134511
30
- # dox armv7-unknown-linux-gnueabihf
28
+ dox armv7-unknown-linux-gnueabihf
31
29
dox aarch64-unknown-linux-gnu
32
30
dox powerpc-unknown-linux-gnu
33
31
dox powerpc64le-unknown-linux-gnu
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ pub(crate) fn detect_features() -> cache::Initializer {
60
60
61
61
/// Is the CPU known to have a broken NEON unit?
62
62
///
63
- /// See https://crbug.com/341598.
63
+ /// See < https://crbug.com/341598> .
64
64
#[ cfg( feature = "std_detect_file_io" ) ]
65
65
fn has_broken_neon ( cpuinfo : & super :: cpuinfo:: CpuInfo ) -> bool {
66
66
cpuinfo. field ( "CPU implementer" ) == "0x51"
You can’t perform that action at this time.
0 commit comments