[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
Tue Oct 17 18:29:47 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)
----------------
arichardson wrote:
Added the correct check.
https://github.com/llvm/llvm-project/pull/68132
More information about the llvm-commits
mailing list