We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0759b3c commit ae00838Copy full SHA for ae00838
src/aarch64_linux.rs
@@ -23,6 +23,7 @@
23
//! The original `lse.S` has some truly horrifying code that expects to be compiled multiple times with different constants.
24
//! We do something similar, but with macro arguments.
25
#![cfg_attr(feature = "c", allow(unused_macros))] // avoid putting the macros into a submodule
26
+#![allow(binary_asm_labels)]
27
28
// We don't do runtime dispatch so we don't have to worry about the `__aarch64_have_lse_atomics` global ctor.
29
0 commit comments