[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
Tue Oct 17 11:26:56 PDT 2023
================
@@ -7,7 +7,7 @@
#include <float.h>
#include <stdio.h>
-#if defined(CRT_HAS_TF_MODE)
+#if defined(CRT_HAS_TF_MODE) && defined(CRT_LDBL_IEEE_F128)
----------------
pranavk wrote:
floattitf is being compiled when CRT_HAS_TF_MODE. Why are we additionally guarding this test with CRT_LDBL_IEEE_F128
https://github.com/llvm/llvm-project/pull/68132
More information about the llvm-commits
mailing list