[compiler-rt] [builtins] Support building the 128-bit float functions on ld80 platforms (PR #68132)
Alexander Richardson via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 19 16:12:05 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
----------------
arichardson wrote:
Added ifdefs to skip the tests that can't work with non-IEEE 128 tf types
https://github.com/llvm/llvm-project/pull/68132
More information about the llvm-commits
mailing list