[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:55 PDT 2023
================
@@ -12,7 +12,7 @@
----------------
pranavk wrote:
Can we get rid of LDBL_MANT_DIG == 113 guard here? The test won't run for x86 platforms where CRT_HAS_TF_MODE is true but LDBL_MANT_DIG is not 113.
https://github.com/llvm/llvm-project/pull/68132
More information about the llvm-commits
mailing list