Skip to content

Commit

Permalink
Have no-asm disable arm assembly intrinsics
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Richey <joerichey@google.com>
  • Loading branch information
josephlr committed Nov 3, 2020
1 parent 0ac2ce7 commit f732abd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/arm.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg(not(feature = "no-asm"))]

use core::intrinsics;

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

0 comments on commit f732abd

Please sign in to comment.