[libc-commits] [PATCH] D129005: [libc][math] Improved performance of exp2f function.

Kirill Okhotnikov via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jul 27 08:29:16 PDT 2022


orex updated this revision to Diff 448055.
orex added a comment.

Improved performance by `fputil::nearest_integer` function.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129005

Files:
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/common_constants.cpp
  libc/src/math/generic/common_constants.h
  libc/src/math/generic/exp2f.cpp
  libc/test/src/math/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129005.448055.patch
Type: text/x-patch
Size: 10381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220727/27509451/attachment.bin>


More information about the libc-commits mailing list