================
@@ -45,6 +48,104 @@ class CanonicalizeTest : public LIBC_NAMESPACE::testing::Test {
EXPECT_EQ(cx, -aNaN);
}
+ void testX64_80SpecialNumbers(CanonicalizeFunc f) {
----------------
Sh0g0-1758 wrote:
done.
https://github.com/llvm/llvm-project/pull/85940