[compiler-rt] [builtins] Support building the 128-bit float functions on ld80 platforms (PR #68132)

Pranav Kant via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 19 11:54:21 PDT 2023


================
@@ -6,7 +6,9 @@
 #include <stdio.h>
 #include "fp_lib.h"
 
-#if defined(CRT_HAS_TF_MODE)
+// TODO: This test currently only works if long double is the same as fp_t.
+// On x86_64 we get undefined references to __trunctfxf2 and __extendxftf2
----------------
pranavk wrote:

Do we have more insights on these failures? extend and trunc functions that got introduced in #66918 may benefit from more testing. So there's a chance that these failures mean some bugs in this newly introduced extend/trunc implementations.
 

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


More information about the llvm-commits mailing list