[libc] Match x86 long double NaN classification with that of the compiler.
authorSiva Chandra Reddy <sivachandra@google.com>
Mon, 22 Jun 2020 20:47:56 +0000 (13:47 -0700)
committerSiva Chandra Reddy <sivachandra@google.com>
Tue, 23 Jun 2020 06:02:05 +0000 (23:02 -0700)
commit987fac79c9a951806cbda6b178b05fcb5145fde8
tree6fa3415684826af81e8aad9be55e7cb66e956099
parentf95850ce9c7593d3d8d2f83c55197970f373b9ad
[libc] Match x86 long double NaN classification with that of the compiler.

Reviewers: asteinhauser

Differential Revision: https://reviews.llvm.org/D82330
libc/test/CMakeLists.txt
libc/test/utils/CMakeLists.txt [new file with mode: 0644]
libc/test/utils/FPUtil/CMakeLists.txt [new file with mode: 0644]
libc/test/utils/FPUtil/x86_long_double_test.cpp [new file with mode: 0644]
libc/utils/FPUtil/LongDoubleBitsX86.h