summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/fdimbf16.cpp
AgeCommit message (Collapse)Author
2025-08-27[libc][math][c++23] Add ↵Krishna Pandey
{canonicalize,iscanonical,fdim,copysign,issignaling}bf16 math functions (#155567) This PR adds the following basic math functions for BFloat16 type along with the tests: - canonicalizebf16 - iscanonicalbf16 - fdimbf16 - copysignbf16 - issignalingbf16 --------- Signed-off-by: Krishna Pandey <kpandey81930@gmail.com>