]> git.proxmox.com Git - rustc.git/blobdiff - src/stdsimd/coresimd/arm/cmsis.rs
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / stdsimd / coresimd / arm / cmsis.rs
index e1913df67d5f8810c9e2850484d4f150d85a11d9..bc8509d3e8e25f0c4b8c2ba0cebdc0b4c5dd6673 100644 (file)
@@ -9,7 +9,8 @@
 //! - Core function access -- http://arm-software.github.io/CMSIS_5/Core/html/group__Core__Register__gr.html
 //! - Intrinsic functions for CPU instructions -- http://arm-software.github.io/CMSIS_5/Core/html/group__intrinsic__CPU__gr.html
 //!
-//! The reference C implementation used as the base of this Rust port can be found at
+//! The reference C implementation used as the base of this Rust port can be
+//! found at
 //!
 //! https://github.com/ARM-software/CMSIS_5/blob/5.3.0/CMSIS/Core/Include/cmsis_gcc.h