[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 21:13:27 PDT 2022


This revision was automatically updated to reflect the committed changes.
ddcc marked an inline comment as done.
Closed by commit rG74ec46796493: [libc] Resolve NaN/implementation-defined behavior of floating-point tests (authored by ddcc).

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.465964.patch
Type: text/x-patch
Size: 13226 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221007/713f6816/attachment.bin>


More information about the libc-commits mailing list