[libcxx-commits] [flang] [clang-tools-extra] [lld] [llvm] [libcxx] [compiler-rt] [clang] [libcxxabi] [libc] [libunwind] [lldb] [libclc] [builtins] Generate __multc3 for z/OS (PR #77554)
Alexander Richardson via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 11 12:04:40 PST 2024
================
@@ -13,8 +13,6 @@
#define QUAD_PRECISION
#include "fp_lib.h"
-#if defined(CRT_HAS_TF_MODE)
----------------
arichardson wrote:
I'd suggest replacing this with CRT_HAS_F128 as noted below (unless you're will to audit all current uses of CRT_HAS_TF_MODE since that currently is a proxy for TF_MODE&&INT128 rather than just TF_MODE).
https://github.com/llvm/llvm-project/pull/77554
More information about the libcxx-commits
mailing list