Skip to content

Commit 7e6562e

Browse files
taiki-eAmanieu
authored andcommitted
std_detect: Fix link in mips.rs
1 parent 17d2b18 commit 7e6562e

File tree

1 file changed

+1
-1
lines changed
  • crates/std_detect/src/detect/os/linux

1 file changed

+1
-1
lines changed

crates/std_detect/src/detect/os/linux/mips.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub(crate) fn detect_features() -> cache::Initializer {
1515

1616
// The values are part of the platform-specific [asm/hwcap.h][hwcap]
1717
//
18-
// [hwcap]: https://github.com/torvalds/linux/blob/master/arch/arm64/include/uapi/asm/hwcap.h
18+
// [hwcap]: https://github.com/torvalds/linux/blob/master/arch/mips/include/uapi/asm/hwcap.h
1919
if let Ok(auxv) = auxvec::auxv() {
2020
enable_feature(&mut value, Feature::msa, bit::test(auxv.hwcap, 1));
2121
return value;

0 commit comments

Comments
 (0)