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

via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 09:29:32 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) {
----------------
lntue wrote:

I think this should be in a separate `extendhfxf2.c` file.  This file is for converting `half -> single`.

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


More information about the llvm-commits mailing list