summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/nanbf16.cpp
AgeCommit message (Collapse)Author
2025-08-23[libc][math][c++23] Add nanbf16 math function (#153995)Krishna Pandey
This PR adds the nanbf16 basic math function for BFloat16 type along with the tests. --------- Signed-off-by: Krishna Pandey <kpandey81930@gmail.com>