[libc-commits] [PATCH] D134917: [libc] Resolve NaN/implementation-defined behavior of floating-point tests

Dominic Chen via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Oct 6 15:34:55 PDT 2022


ddcc updated this revision to Diff 465908.
ddcc added a comment.

Fix atan behavior


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134917

Files:
  libc/CMakeLists.txt
  libc/src/__support/FPUtil/DivisionAndRemainderOperations.h
  libc/src/__support/FPUtil/FPBits.h
  libc/src/__support/FPUtil/generic/FMod.h
  libc/src/__support/FPUtil/generic/sqrt.h
  libc/src/__support/FPUtil/generic/sqrt_80_bit_long_double.h
  libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
  libc/src/__support/str_to_float.h
  libc/src/math/generic/atanf.cpp
  libc/src/math/generic/atanhf.cpp
  libc/test/src/math/FDimTest.h
  libc/test/src/math/FmaTest.h
  libc/test/src/math/HypotTest.h
  libc/test/src/math/ILogbTest.h
  libc/test/src/math/LdExpTest.h
  libc/test/src/math/NextAfterTest.h
  libc/test/src/math/RIntTest.h
  libc/test/src/math/RemQuoTest.h
  libc/test/src/math/RoundToIntegerTest.h
  libc/test/src/math/atanf_test.cpp
  libc/test/src/math/atanhf_test.cpp
  libc/utils/UnitTest/FPMatcher.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134917.465908.patch
Type: text/x-patch
Size: 13226 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221006/e26e3837/attachment-0001.bin>


More information about the libc-commits mailing list