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

Stefan Teleman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 5 21:08:57 PST 2018


steleman added a comment.

In https://reviews.llvm.org/D53927#1288314, @shibatch wrote:

> I am sorry for not reading the comments carefully, but I think 3.5-ULP functions should be used only when a fast-math option is specified.


Which means we have to use the non 3.5-ULP functions because we have no way of knowing from inside TargetLibraryInfo if -ffast-math was specified on compile-line or not.

I will revert it back to the non 3.5-ULP functions tomorrow.


Repository:
  rL LLVM

https://reviews.llvm.org/D53927





More information about the llvm-commits mailing list