[libc-commits] [PATCH] D86267: [libc][NFC] Switch math tests to the new ULP based tolerance.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Aug 20 08:31:53 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGed8982da3e31: [libc][NFC] Switch math tests to the new ULP based tolerance. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86267

Files:
  libc/test/src/math/ceil_test.cpp
  libc/test/src/math/ceilf_test.cpp
  libc/test/src/math/ceill_test.cpp
  libc/test/src/math/cosf_test.cpp
  libc/test/src/math/exp2f_test.cpp
  libc/test/src/math/expf_test.cpp
  libc/test/src/math/fabs_test.cpp
  libc/test/src/math/fabsf_test.cpp
  libc/test/src/math/fabsl_test.cpp
  libc/test/src/math/floor_test.cpp
  libc/test/src/math/floorf_test.cpp
  libc/test/src/math/floorl_test.cpp
  libc/test/src/math/round_test.cpp
  libc/test/src/math/roundf_test.cpp
  libc/test/src/math/roundl_test.cpp
  libc/test/src/math/sincosf_test.cpp
  libc/test/src/math/sinf_test.cpp
  libc/test/src/math/trunc_test.cpp
  libc/test/src/math/truncf_test.cpp
  libc/test/src/math/truncl_test.cpp
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86267.286828.patch
Type: text/x-patch
Size: 29468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200820/4f5ec6d6/attachment-0001.bin>


More information about the libc-commits mailing list