[flang-commits] [flang] [flang] Use libm routine for compile-time folding on AIX (PR #114106)

Kelvin Li via flang-commits flang-commits at lists.llvm.org
Wed Nov 6 14:15:59 PST 2024


kkwli wrote:

@klausler @jeanPerier  I would like to get feedback of this approach to get the compile time folding and runtime evaluation calling the same routines. On AIX, `csqrtf` and `std::sqrt` somehow have different implementations.

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


More information about the flang-commits mailing list