[libc-commits] [libc] [libc][math][c23] Implement canonicalize functions (PR #85940)

via libc-commits libc-commits at lists.llvm.org
Sat Mar 23 20:47:59 PDT 2024


================
@@ -45,6 +48,104 @@ class CanonicalizeTest : public LIBC_NAMESPACE::testing::Test {
     EXPECT_EQ(cx, -aNaN);
   }
 
+  void testX64_80SpecialNumbers(CanonicalizeFunc f) {
----------------
lntue wrote:

Put the whole test under: `if constexpr( LIBC_NAMESPACE::fputil::get_fp_type() == ...) { ... }` 

https://github.com/llvm/llvm-project/pull/85940


More information about the libc-commits mailing list