[PATCH] D53927: [AArch64] Enable libm vectorized functions via SLEEF
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 27 12:28:46 PST 2019
rengolin added a comment.
In D53927#1412486 <https://reviews.llvm.org/D53927#1412486>, @joel_k_jones wrote:
> I'm trying to understand what log10 behavior got changed. Could someone out where that change is?
Sorry, I mixed things up.
I was referring to the log10 order change in the list, but that was done *after* lgamma/tgamma was introduced, to build in the right order (in debug builds), so that was a change on gamma order, not log10.
Just ignore that item.
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