[PATCH] D53927: [AArch64] Enable libm vectorized functions via SLEEF

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 14 03:37:47 PST 2019


rengolin added a comment.

In D53927#1397785 <https://reviews.llvm.org/D53927#1397785>, @shibatch wrote:

> tgamma stands for "true gamma", and it is the function name specified in the ANSI C standard.


Hm, if this is the same as `tgamma`, why is it `__gamma_r_finite` and not `__tgamma_r_finite`?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D53927/new/

https://reviews.llvm.org/D53927





More information about the llvm-commits mailing list