[compiler-rt] [builtins][AArch32] Fix __gnu_* functions (PR #137638)

via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 30 09:20:14 PDT 2025


================
@@ -16,12 +16,12 @@ COMPILER_RT_ABI NOINLINE float __extendhfsf2(src_t a) {
   return __extendXfYf2__(a);
 }
 
-COMPILER_RT_ABI float __gnu_h2f_ieee(src_t a) { return __extendhfsf2(a); }
----------------
saturn691 wrote:

yep it is below

https://github.com/llvm/llvm-project/pull/137638


More information about the llvm-commits mailing list