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

Alexander Shaposhnikov via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 3 11:01:42 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
----------------
alexander-shaposhnikov wrote:

jyfi - I'm working on __trunctfxf2 and __extendxftf2 (https://github.com/llvm/llvm-project/pull/66918)

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


More information about the llvm-commits mailing list