[all-commits] [llvm/llvm-project] a70767: [flang][runtime] Enabled HAS_FLOAT128 for builds w...
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Fri Sep 23 16:22:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a707675dbba9ca3ec6e668f86fea2240a85ca171
https://github.com/llvm/llvm-project/commit/a707675dbba9ca3ec6e668f86fea2240a85ca171
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2022-09-23 (Fri, 23 Sep 2022)
Changed paths:
M flang/include/flang/Runtime/float128.h
Log Message:
-----------
[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
More information about the All-commits
mailing list