2 Commits

Author SHA1 Message Date
Slava Zakharin
1c6e09c27f
[flang] Added COMPLEX(16) ** INTEGER(4/8) lowering and runtime. (#84115) 2024-03-06 08:17:09 -08:00
David Truby
d983f5f39e [flang] Add cpowi function to runtime and use instead of pgmath
This patch adds a cpowi function to the flang runtime, and switches
to using that function instead of pgmath for complex number to
integer power operations.

Differential Revision: https://reviews.llvm.org/D134889
2022-10-11 12:34:58 +00:00