Revert "[libc] Resolve NaN/implementation-defined behavior of floating-point tests"
authorDominic Chen <ddchen@apple.com>
Wed, 5 Oct 2022 23:33:07 +0000 (16:33 -0700)
committerDominic Chen <ddchen@apple.com>
Wed, 5 Oct 2022 23:33:32 +0000 (16:33 -0700)
commit8f10d204d13b23fc67e6c6e32c6396b9e3ef9be4
treedff4166c080a930ddc471d5055779579bfe4efd3
parentbba48dfe4ac4be72d74bb33e646d0b3984eeded1
Revert "[libc] Resolve NaN/implementation-defined behavior of floating-point tests"

This reverts commit 5470b1fcb5754b45c1233df7759411ff56942d6e.
18 files changed:
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/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/utils/UnitTest/FPMatcher.h