[all-commits] [llvm/llvm-project] 0c0841: [Flang] Removing Float Bessel functions for AIX

kkwli via All-commits all-commits at lists.llvm.org
Tue Nov 22 07:43:25 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c08418d4b2dd9d4ad48031cbabd0f1fe0ccb426
      https://github.com/llvm/llvm-project/commit/0c08418d4b2dd9d4ad48031cbabd0f1fe0ccb426
  Author: Kelvin Li <kli at ca.ibm.com>
  Date:   2022-11-22 (Tue, 22 Nov 2022)

  Changed paths:
    M flang/lib/Evaluate/intrinsics-library.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list