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

Aayush Shrivastava via libc-commits libc-commits at lists.llvm.org
Sun May 24 07:35:24 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
----------------
iamaayushrivastava wrote:

Hi @Sukumarsawant, thank you for the feedback. I’ve made the required changes accordingly. Please review it once.

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


More information about the libc-commits mailing list