[compiler-rt] Found one more delta to unbreak build for z/os (PR #82789)
Alexander Richardson via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 16 14:55:01 PDT 2024
================
@@ -383,10 +383,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)
+#if defined(CRT_HAS_TF_MODE) && defined(CRT_HAS_IEEE_TF)
----------------
arichardson wrote:
The functions below work without int128, so this makes sense to me, but it would be good to check that this doesn't break 32-bit sparc.
https://github.com/llvm/llvm-project/pull/82789
More information about the llvm-commits
mailing list