We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac2ce7 commit f732abdCopy full SHA for f732abd
src/arm.rs
@@ -1,3 +1,5 @@
1
+#![cfg(not(feature = "no-asm"))]
2
+
3
use core::intrinsics;
4
5
// NOTE This function and the ones below are implemented using assembly because they using a custom
0 commit comments