diff options
author | Kelvin Li <kkwli@users.noreply.github.com> | 2024-11-12 10:05:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-12 10:05:54 -0500 |
commit | 71d4f343f52756ca086d02151662e68633a0db52 (patch) | |
tree | 7ff567b7b965965e754d6451b73879cc932e049b /llvm/lib/Bitcode | |
parent | 12e3ed8de8c6063b15916b3faf67c8c9cd17df1f (diff) | |
download | llvm-71d4f343f52756ca086d02151662e68633a0db52.zip llvm-71d4f343f52756ca086d02151662e68633a0db52.tar.gz llvm-71d4f343f52756ca086d02151662e68633a0db52.tar.bz2 |
[flang] Use libm routine for compile-time folding on AIX (#114106)
On AIX, the implementation of `std::sqrt` is different from that of
`csqrtf`, it leads to different results in compile-time folding and
runtime evaluation. This patch is to make the routine calls using
the same implementation.
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions