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 c11acbf commit 8464592Copy full SHA for 8464592
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