summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/issignalingf.cpp
AgeCommit message (Collapse)Author
2024-10-14[libc][math] Fix issignaling macro usage in the implementation. (#112235)lntue
2024-10-01[libc][math] Implement `issignaling[f|l]` as a libc math function (#110556)Shourya Goel
This PR implements the issignaling function as part of the libc math library, addressing the TODO items mentioned in #110011 The addition of this function is crucial for completing the implementation of remaining math macros, as referenced in #109201