[libc-commits] [libc] [libc][math] Fix signaling NaN handling for math functions. (PR #133347)

via libc-commits libc-commits at lists.llvm.org
Wed Apr 2 07:50:15 PDT 2025


================
@@ -32,7 +32,33 @@ TEST_F(LlvmLibcPowfTest, SpecialNumbers) {
     if (!__r.success)
       continue;
 
+    // pow( sNaN, exponent)
----------------
overmighty wrote:

Nit: formatting inconsistency.

```suggestion
    // pow( sNaN, exponent )
```

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


More information about the libc-commits mailing list