[flang-commits] [flang] [draft][flang] Query backend support for quad-precision compilation decision (PR #182230)
Shunsuke Watanabe via flang-commits
flang-commits at lists.llvm.org
Thu Mar 12 01:57:59 PDT 2026
s-watanabe314 wrote:
I initially thought this patch would work fine without #171515. However, I've realized that changing the module file to always include `real(16)` could cause build failures in host environments where quad-precision is not supported. While there might be alternative solutions, I believe that applying #171515 is the best approach.
https://github.com/llvm/llvm-project/pull/182230
More information about the flang-commits
mailing list