[libc-commits] [PATCH] D101276: [libc] Add differential quality and perf analysis targets for sinf.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Apr 25 22:07:41 PDT 2021


sivachandra created this revision.
sivachandra added a reviewer: lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
sivachandra requested review of this revision.

Infrastructure needed for setting up the diff binaries has been added.
Along the way, an exhaustive test for sinf has also been added.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101276

Files:
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/differential_testing/CMakeLists.txt
  libc/test/src/math/differential_testing/SingleInputSingleOutputDiff.h
  libc/test/src/math/differential_testing/sinf_diff.cpp
  libc/test/src/math/differential_testing/sinf_perf.cpp
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/sinf_test.cpp
  libc/test/src/math/exhaustive/sqrtf_test.cpp
  libc/utils/testutils/CMakeLists.txt
  libc/utils/testutils/StreamWrapper.cpp
  libc/utils/testutils/StreamWrapper.h
  libc/utils/testutils/Timer.cpp
  libc/utils/testutils/Timer.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101276.340432.patch
Type: text/x-patch
Size: 14813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210426/cb3a03d2/attachment.bin>


More information about the libc-commits mailing list