[compiler-rt] Add missing extendhfxf2 in compiler rt (PR #109090)

B I Mohammed Abbas via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 22:45:21 PDT 2024


================
@@ -16,6 +16,10 @@ COMPILER_RT_ABI NOINLINE float __extendhfsf2(src_t a) {
   return __extendXfYf2__(a);
 }
 
+COMPILER_RT_ABI NOINLINE long double __extendhfxf2(src_t a) {
----------------
biabbas wrote:

Ok. Sure.

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


More information about the llvm-commits mailing list