[flang-commits] [libcxxabi] [clang-tools-extra] [flang] [lldb] [libcxx] [clang] [libclc] [libunwind] [libc] [llvm] [compiler-rt] [lld] [builtins] Generate __multc3 for z/OS (PR #77554)
Sean Perry via flang-commits
flang-commits at lists.llvm.org
Fri Jan 12 12:56:55 PST 2024
================
@@ -374,10 +376,10 @@ static __inline fp_t __compiler_rt_fmax(fp_t x, fp_t y) {
#endif
}
-#elif defined(QUAD_PRECISION) && defined(CRT_HAS_TF_MODE)
+#elif defined(QUAD_PRECISION)
----------------
perry-ca wrote:
I've put up #77981 for review.
https://github.com/llvm/llvm-project/pull/77554
More information about the flang-commits
mailing list