[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
Wed Aug 4 07:51:41 PDT 2021


hedingarcia updated this revision to Diff 364107.
hedingarcia added a comment.

[libc] Fixed the format of certain comments


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/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.364107.patch
Type: text/x-patch
Size: 21863 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210804/fdcf19ff/attachment-0001.bin>


More information about the libc-commits mailing list