diff options
author | Slava Zakharin <szakharin@nvidia.com> | 2022-08-31 13:42:39 -0700 |
---|---|---|
committer | Slava Zakharin <szakharin@nvidia.com> | 2022-08-31 15:17:17 -0700 |
commit | f8a9f43ef7affb7991e60cdd5ce93d2566f5b2e4 (patch) | |
tree | f59487cfda04f0a4aa111c1f799027e81dbf5b79 /llvm/lib/Object/WasmObjectFile.cpp | |
parent | 7ea643c06d8977045d0cf79507f36d828773378c (diff) | |
download | llvm-f8a9f43ef7affb7991e60cdd5ce93d2566f5b2e4.zip llvm-f8a9f43ef7affb7991e60cdd5ce93d2566f5b2e4.tar.gz llvm-f8a9f43ef7affb7991e60cdd5ce93d2566f5b2e4.tar.bz2 |
[flang][runtime] Enable real/complex kind 10 and 16 variants of dot_product.
HasCppTypeFor<> used to evaluate to false always, so kind 10 and 16
variants of dot_product were not instantiated even though the host
supported 80- and 128-bit real and complex data types.
In addition, HAS_FLOAT128 was not enabling complex kind=16 variant
of dot_product. This is fixed now.
Note that the change for HasCppTypeFor<> may also affect other
functions such as matmul, i.e. kind 10 and 16 variants of them
may become available now (depending on the build host).
Differential Revision: https://reviews.llvm.org/D133051
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions