[libc-commits] [PATCH] D107462: [libc] Add diff and perf targets for more math functions
Hedin GarcĂa via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Aug 5 06:27:53 PDT 2021
hedingarcia updated this revision to Diff 364441.
hedingarcia added a comment.
[libc] Added exp2f's diff and perf targets
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107462/new/
https://reviews.llvm.org/D107462
Files:
libc/test/src/math/differential_testing/CMakeLists.txt
libc/test/src/math/differential_testing/ceilf_diff.cpp
libc/test/src/math/differential_testing/ceilf_perf.cpp
libc/test/src/math/differential_testing/exp2f_diff.cpp
libc/test/src/math/differential_testing/exp2f_perf.cpp
libc/test/src/math/differential_testing/expf_diff.cpp
libc/test/src/math/differential_testing/expf_perf.cpp
libc/test/src/math/differential_testing/fabsf_diff.cpp
libc/test/src/math/differential_testing/fabsf_perf.cpp
libc/test/src/math/differential_testing/floorf_diff.cpp
libc/test/src/math/differential_testing/floorf_perf.cpp
libc/test/src/math/differential_testing/logbf_diff.cpp
libc/test/src/math/differential_testing/logbf_perf.cpp
libc/test/src/math/differential_testing/nearbyintf_diff.cpp
libc/test/src/math/differential_testing/nearbyintf_perf.cpp
libc/test/src/math/differential_testing/rintf_diff.cpp
libc/test/src/math/differential_testing/rintf_perf.cpp
libc/test/src/math/differential_testing/roundf_diff.cpp
libc/test/src/math/differential_testing/roundf_perf.cpp
libc/test/src/math/differential_testing/sqrtf_diff.cpp
libc/test/src/math/differential_testing/sqrtf_perf.cpp
libc/test/src/math/differential_testing/truncf_diff.cpp
libc/test/src/math/differential_testing/truncf_perf.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107462.364441.patch
Type: text/x-patch
Size: 24104 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210805/55e4212c/attachment-0001.bin>
More information about the libc-commits
mailing list