[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:36 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
----------------
Sukumarsawant wrote:

You reversed the return-type and the parameter

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


More information about the libc-commits mailing list