[libc-commits] [PATCH] D115347: [libc] Optimize PolyEval for x86-64 with degree 3-6 polynomials.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Dec 9 14:46:54 PST 2021


lntue updated this revision to Diff 393290.
lntue added a comment.

[libc] Use intrinsic for x86-64 fma and optimize PolyEval for x86-64 with degree 3 & 5 polynomials.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115347

Files:
  libc/src/__support/FPUtil/PolyEval.h
  libc/src/__support/FPUtil/x86_64/FMA.h
  libc/src/__support/FPUtil/x86_64/PolyEval.h
  libc/test/src/math/expm1f_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115347.393290.patch
Type: text/x-patch
Size: 5902 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211209/b5ea224c/attachment-0001.bin>


More information about the libc-commits mailing list