================
@@ -1,5 +1,20 @@
 #include <stddef.h>
 
+#if __ARM_FP == 0
+// WARNING: When building the scalar versions of these functions you need to
+// use the compiler flag "-mllvm -disable-loop-idiom-all" to prevent clang
----------------
ostannard wrote:

I think `-fno-builtin-memcpy` would be a better option to recommend here, as 
that's a user-facing option, while the  `-mllvm` options are internal options, 
mostly intended for LLVM developers.

Could this be added to the CMakeLists.txt for this file?

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