From a290bbe7d09919a44fb595403522240a652e9080 Mon Sep 17 00:00:00 2001 From: Gary Tierney Date: Wed, 30 Oct 2024 14:26:52 +0000 Subject: [PATCH] Don't set float-abi on arm64 targets --- build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/build.rs b/build.rs index ae713e3..27c3c32 100644 --- a/build.rs +++ b/build.rs @@ -137,7 +137,6 @@ fn main() { build.define("KDU_X86_INTRINSICS", None); } Arch::Arm => { - build.flag("-mfloat-abi=soft"); build.define("KDU_NEON_INTRINSICS", None); } }