================
@@ -238,6 +236,7 @@ END_COMPILERRT_OUTLINE_FUNCTION(__arm_sc_memcpy)
 
 DEFINE_COMPILERRT_FUNCTION_ALIAS(__arm_sc_memmove, __arm_sc_memcpy)
 
+#if defined(__aarch64__) && __ARM_FP != 0
----------------
keith-packard wrote:

Good plan. I've stuck a comment in both .c and .S files about why this function 
is implemented in both files.

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