[flang-commits] [flang] [llvm] [flang] Use backend fp128 support to determine REAL(16) availability (PR #221907)
Shunsuke Watanabe via flang-commits
flang-commits at lists.llvm.org
Wed Sep 9 01:03:34 PDT 2026
================
@@ -265,11 +265,35 @@ def get_resource_module_intrinsic_dir(modfile):
config.substitutions.append(("%openmp_flags", "-fopenmp"))
+
+def flang_supports_f128():
----------------
s-watanabe314 wrote:
I've renamed the function.
https://github.com/llvm/llvm-project/pull/221907
More information about the flang-commits
mailing list