[libc-commits] [PATCH] D132842: [libc][math] Added atanf function.

Kirill Okhotnikov via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Aug 30 13:40:59 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
orex marked 6 inline comments as done.
Closed by commit rG77e1d9beedec: [libc][math] Added atanf function. (authored by orex).

Changed prior to commit:
  https://reviews.llvm.org/D132842?vs=456757&id=456785#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132842

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/__support/FPUtil/x86_64/LongDoubleBits.h
  libc/src/math/CMakeLists.txt
  libc/src/math/atanf.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/atanf.cpp
  libc/src/math/generic/explogxf.h
  libc/src/math/generic/inv_trigf_utils.cpp
  libc/src/math/generic/inv_trigf_utils.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/atanf_test.cpp
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/atanf_test.cpp
  libc/test/src/math/explogxf_test.cpp
  libc/test/src/math/inv_trigf_utils_test.cpp
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132842.456785.patch
Type: text/x-patch
Size: 21819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220830/8d926c52/attachment-0001.bin>


More information about the libc-commits mailing list