Skip to content

Commit f732abd

Browse files
committed
Have no-asm disable arm assembly intrinsics
Signed-off-by: Joe Richey <[email protected]>
1 parent 0ac2ce7 commit f732abd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/arm.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![cfg(not(feature = "no-asm"))]
2+
13
use core::intrinsics;
24

35
// NOTE This function and the ones below are implemented using assembly because they using a custom

0 commit comments

Comments
 (0)