[libc-commits] [libc] [libc][math] Add missing functions from issignaling family to math.yaml (PR #199357)

via libc-commits libc-commits at lists.llvm.org
Sat May 23 09:27:35 PDT 2026


================
@@ -2888,3 +2888,42 @@ functions:
       - type: long double
       - type: int
       - type: unsigned int
+  - name: issignaling
+    standards:
+      - stdc
+    return_type: double
+    arguments:
+      - type: int
+  - name: issignalingbf16
----------------
Sukumarsawant wrote:

remove bf16 one

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


More information about the libc-commits mailing list