[flang-commits] [flang] [llvm] [flang] Use backend fp128 support to determine REAL(16) availability (PR #221907)
Michael Kruse via flang-commits
flang-commits at lists.llvm.org
Mon Sep 14 08:46:14 PDT 2026
================
@@ -67,7 +71,30 @@ namespace Fortran::tools {
constexpr bool f128Support = false;
#endif
- if constexpr (!f128Support) {
+ bool f128BESupport = false;
----------------
Meinersbur wrote:
`BE` reads like "Big Endian"
https://github.com/llvm/llvm-project/pull/221907
More information about the flang-commits
mailing list