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