[flang-commits] [flang] [flang] Warn when F128 is unsupported (PR #102147)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Fri Aug 30 02:43:00 PDT 2024


================
@@ -462,8 +509,10 @@ end function ieee_real_a##AKIND##_i##KKIND;
   interface ieee_real
     SPECIFICS_I(IEEE_REAL_I)
     SPECIFICS_R(IEEE_REAL_R)
+#if FLANG_SUPPORT_R16
----------------
tblah wrote:

These should still be enabled when libquadmath is linked: https://github.com/llvm/llvm-project/pull/102147/files#diff-b856c78ebb5a2b3c7fb791b499183206a28b6f7989d4c60fbbe9b8fbaaabe3ffR46

https://github.com/llvm/llvm-project/pull/102147


More information about the flang-commits mailing list