[flang-commits] [flang] [flang][runtime] Add build-time flags to runtime to adjust SELECTED_x_KIND() (PR #105575)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Wed Aug 21 13:14:15 PDT 2024
klausler wrote:
> Would it make sense to also have FLANG_RUNTIME_NO_REAL_3 and FLANG_RUNTIME_NO_COMPLEX_{2,3,10,16}?
They turn out to be unnecessary. SELECT_REAL_KIND will never return kind=3, and there is no SELECTED_COMPLEX_KIND intrinsic.
https://github.com/llvm/llvm-project/pull/105575
More information about the flang-commits
mailing list