[libc-commits] [libc] [llvm] [libc][math] Implement isnanf16 header-only function (PR #198115)

via libc-commits libc-commits at lists.llvm.org
Sat May 23 11:18:19 PDT 2026


================
@@ -1590,22 +1590,33 @@ functions:
       - type: long double
   - name: isnan
     standards:
+      - BSDExtensions
       - bsd
     return_type: int
     arguments:
       - type: double
   - name: isnanf
     standards:
+      - BSDExtensions
       - bsd
     return_type: int
     arguments:
       - type: float
   - name: isnanl
     standards:
+      - BSDExtensions
----------------
Sukumarsawant wrote:

```suggestion
```

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


More information about the libc-commits mailing list