[Flang] Removing Float Bessel functions for AIX
authorKelvin Li <kli@ca.ibm.com>
Tue, 22 Nov 2022 15:09:47 +0000 (10:09 -0500)
committerKelvin Li <kli@ca.ibm.com>
Tue, 22 Nov 2022 15:43:03 +0000 (10:43 -0500)
commit0c08418d4b2dd9d4ad48031cbabd0f1fe0ccb426
tree450d1e4afb76974d2d0c3e287ee3a3eb9897c5e6
parent75e09ce9b3bf2c45d08b0c883af40725a4756de5
[Flang] Removing Float Bessel functions for AIX

AIX libc only provides bessel functions j0,j1,jn and y0,y1,yn but
does not have their float equivalents j0f,j1f,jnf and y0f,y1f,ynf.

Committed on behalf of madanial

Differential Revision: https://reviews.llvm.org/D136128
flang/lib/Evaluate/intrinsics-library.cpp