diff options
author | Slava Zakharin <szakharin@nvidia.com> | 2024-02-26 14:09:09 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 14:09:09 -0800 |
commit | e4604c35f5ccc4478c3b649edbc74b494098a442 (patch) | |
tree | 161a0edc588ae726f7952aa2c6b158517b51d00d /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 6de5fcc74637116581d7b9b39c16fc252a5a54ef (diff) | |
download | llvm-e4604c35f5ccc4478c3b649edbc74b494098a442.zip llvm-e4604c35f5ccc4478c3b649edbc74b494098a442.tar.gz llvm-e4604c35f5ccc4478c3b649edbc74b494098a442.tar.bz2 |
[flang] Added support for REAL16 math intrinsics in lowering and runtime. (#82860)
This PR does not include support for COMPLEX(16) intrinsics.
Note that (fp ** int) operations do not require Float128Math library,
as they are implemented via basic F128 operations,
which are supported by the build compilers' runtimes.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions