[compiler-rt] [libunwind] [AArch64] Fix nofp regressions in compiler-rt and libunwind (PR #111235)
    Keith Packard via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Oct  7 16:47:23 PDT 2024
    
    
  
================
@@ -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
    
    
More information about the llvm-commits
mailing list