[flang-commits] [flang] [mlir] [MLIR] Add cpow support in ComplexToROCDLLibraryCalls (PR #153183)

Slava Zakharin via flang-commits flang-commits at lists.llvm.org
Mon Aug 18 09:22:50 PDT 2025


================
@@ -1625,15 +1647,19 @@ static constexpr MathOperation mathOperations[] = {
      genFuncType<Ty::Real<16>, Ty::Real<16>, Ty::Integer<8>>,
      genMathOp<mlir::math::FPowIOp>},
     {"pow", RTNAME_STRING(cpowi),
----------------
vzakhari wrote:

I meant that we could just have AMD GPU specific versions of `_FortranAcpowi` and other functions in `flang-rt/lib/runtime`.

https://github.com/llvm/llvm-project/pull/153183


More information about the flang-commits mailing list