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

Stefan Teleman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 14 04:59:32 PST 2019


steleman added a comment.

In D53927#1397790 <https://reviews.llvm.org/D53927#1397790>, @rengolin wrote:

> 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`?


Because __tgamma_r_finite doesn't exist, at least on Linux. :-)

See /usr/include/bits/math-finite.h.


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