[libc-commits] [PATCH] D132809: [libc][math] Added auxiliary function log2_eval for asinhf/acoshf/atanhf.

Kirill Okhotnikov via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Aug 29 14:13:06 PDT 2022


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

Constants description added.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132809

Files:
  libc/config/darwin/arm/entrypoints.txt
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/windows/entrypoints.txt
  libc/spec/stdc.td
  libc/src/__support/FPUtil/FPBits.h
  libc/src/math/CMakeLists.txt
  libc/src/math/atanf.h
  libc/src/math/atanhf.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/atanf.cpp
  libc/src/math/generic/atanhf.cpp
  libc/src/math/generic/supfuncf.cpp
  libc/src/math/generic/supfuncf.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/atanf_test.cpp
  libc/test/src/math/atanhf_test.cpp
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/atanf_test.cpp
  libc/test/src/math/exhaustive/atanhf_test.cpp
  libc/test/src/math/supfuncf_test.cpp
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132809.456457.patch
Type: text/x-patch
Size: 29311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220829/f32ad92a/attachment-0001.bin>


More information about the libc-commits mailing list