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 17d2b18 commit 7e6562eCopy full SHA for 7e6562e
crates/std_detect/src/detect/os/linux/mips.rs
@@ -15,7 +15,7 @@ pub(crate) fn detect_features() -> cache::Initializer {
15
16
// The values are part of the platform-specific [asm/hwcap.h][hwcap]
17
//
18
- // [hwcap]: https://github.com/torvalds/linux/blob/master/arch/arm64/include/uapi/asm/hwcap.h
+ // [hwcap]: https://github.com/torvalds/linux/blob/master/arch/mips/include/uapi/asm/hwcap.h
19
if let Ok(auxv) = auxvec::auxv() {
20
enable_feature(&mut value, Feature::msa, bit::test(auxv.hwcap, 1));
21
return value;
0 commit comments