[flang][runtime] Enabled HAS_FLOAT128 for builds with clang.
authorSlava Zakharin <szakharin@nvidia.com>
Thu, 22 Sep 2022 23:58:53 +0000 (16:58 -0700)
committerSlava Zakharin <szakharin@nvidia.com>
Fri, 23 Sep 2022 23:20:09 +0000 (16:20 -0700)
commita707675dbba9ca3ec6e668f86fea2240a85ca171
tree059cd799244166fb8414f93aee2c7c8a9f3194cb
parent166563fdc7e92130122fe386c29806ac4048a907
[flang][runtime] Enabled HAS_FLOAT128 for builds with clang.

I am building with clang, and I noticed for quite a while that
REAL(16) runtimes functions are not available. I did not know why
until I saw this typo.

Differential Revision: https://reviews.llvm.org/D134503
flang/include/flang/Runtime/float128.h