[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
Tue Aug 30 13:40:50 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG89ed5b7c50cd: [libc][math] Added auxiliary function log2_eval for asinhf/acoshf/atanhf. (authored by orex).
Changed prior to commit:
https://reviews.llvm.org/D132809?vs=456752&id=456783#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132809/new/
https://reviews.llvm.org/D132809
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/coshf.cpp
libc/src/math/generic/exp2f.cpp
libc/src/math/generic/explogxf.cpp
libc/src/math/generic/explogxf.h
libc/src/math/generic/expxf.h
libc/src/math/generic/sinhf.cpp
libc/src/math/generic/tanhf.cpp
libc/test/src/math/CMakeLists.txt
libc/test/src/math/explogxf_test.cpp
libc/test/src/math/expxf_test.cpp
libc/test/src/math/in_float_range_test_helper.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132809.456783.patch
Type: text/x-patch
Size: 26118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220830/3d6a3f46/attachment-0001.bin>
More information about the libc-commits
mailing list