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

via libc-commits libc-commits at lists.llvm.org
Sun May 24 08:23:07 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
       - bsd
     return_type: int
     arguments:
       - type: long double
+  - name: isnanf16
+    standards:
+      - BSDExtensions
----------------
Sukumarsawant wrote:

LGTM, wait for someone to approve and merge

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


More information about the libc-commits mailing list