================
@@ -6,7 +6,7 @@
 
 #include "../assembly.h"
 
-#ifdef __aarch64__
+#if defined(__aarch64__) && __ARM_FP != 0
----------------
keith-packard wrote:

Yeah, I've updated the patch after adapting some tests to make sure these all 
work on non-FPU hardware. That leaves only `__arm_sc_memset`.

https://github.com/llvm/llvm-project/pull/111235
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to