[compiler-rt] [libunwind] [AArch64] Fix nofp regressions in compiler-rt and libunwind (PR #111235)
Alexander Richardson via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 7 15:14:25 PDT 2024
================
@@ -6,7 +6,7 @@
#include "../assembly.h"
-#ifdef __aarch64__
+#if defined(__aarch64__) && __ARM_FP != 0
----------------
arichardson wrote:
Unless I've missed something, only memset uses the q registers? So memcpy should still be fine?
https://github.com/llvm/llvm-project/pull/111235
More information about the cfe-commits
mailing list