[libc-commits] [libc] [libc][math] Add missing functions from issignaling family to math.yaml (PR #199357)
Skandan C Y via libc-commits
libc-commits at lists.llvm.org
Tue May 26 04:03:35 PDT 2026
================
@@ -1609,10 +1609,38 @@ functions:
- name: isnanf16
standards:
- bsd
+ - name: issignaling
+ standards:
+ - stdc
+ return_type: int
+ arguments:
+ - type: double
+ - name: issignalingf
+ standards:
+ - stdc
+ return_type: int
+ arguments:
+ - type: float
+ - name: issignalingf16
----------------
skandanyal wrote:
added in the next commit
https://github.com/llvm/llvm-project/pull/199357
More information about the libc-commits
mailing list