summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/fabsbf16.cpp
AgeCommit message (Collapse)Author
2025-07-29[libc][math][c++23] Add fabsbf16 math function (#148398)Krishna Pandey
This PR implements fabsbf16 math function for BFloat16 type along with the tests. --------- Signed-off-by: krishna2803 <kpandey81930@gmail.com> Signed-off-by: Krishna Pandey <kpandey81930@gmail.com> Co-authored-by: OverMighty <its.overmighty@gmail.com>