From f732abdea7f3b5f7b0f81e2a3383dea2421d5c65 Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Tue, 3 Nov 2020 02:24:30 -0800 Subject: [PATCH] Have no-asm disable arm assembly intrinsics Signed-off-by: Joe Richey --- src/arm.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/arm.rs b/src/arm.rs index 3a250609..2b17b4f9 100644 --- a/src/arm.rs +++ b/src/arm.rs @@ -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