You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library/compiler-builtins/compiler-builtins/src/aarch64_linux.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
//! To avoid breaking backwards compat, C toolchains introduced a concept of "outlined atomics",
5
5
//! where atomic operations call into the compiler runtime to dispatch between two depending on
6
6
//! which is supported on the current CPU.
7
-
//! See https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/making-the-most-of-the-arm-architecture-in-gcc-10#:~:text=out%20of%20line%20atomics for more discussion.
7
+
//! See <https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/making-the-most-of-the-arm-architecture-in-gcc-10#:~:text=out%20of%20line%20atomics> for more discussion.
8
8
//!
9
9
//! Currently we only support LL/SC, because LSE requires `getauxval` from libc in order to do runtime detection.
10
10
//! Use the `compiler-rt` intrinsics if you want LSE support.
0 commit comments