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 cd98ae4 commit 0907585Copy full SHA for 0907585
crates/core_arch/src/aarch64/mod.rs
@@ -1,7 +1,7 @@
1
//! AArch64 intrinsics.
2
//!
3
-//! The reference for NEON is [ARM's NEON Intrinsics Reference][arm_ref]. The
4
-//! [ARM's NEON Intrinsics Online Database][arm_dat] is also useful.
+//! The reference for NEON is [Arm's NEON Intrinsics Reference][arm_ref]. The
+//! [Arm's NEON Intrinsics Online Database][arm_dat] is also useful.
5
6
//! [arm_ref]: http://infocenter.arm.com/help/topic/com.arm.doc.ihi0073a/IHI0073A_arm_neon_intrinsics_ref.pdf
7
//! [arm_dat]: https://developer.arm.com/technologies/neon/intrinsics
0 commit comments