summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/floorbf16.cpp
AgeCommit message (Collapse)Author
2025-08-08[libc][math][c++23] Add {ceil,floor,round,roundeven,trunc}bf16 math ↵Krishna Pandey
functions (#152352) This PR implements the following basic math functions for BFloat16 type along with the tests: - ceilbf16 - floorbf16 - roundbf16 - roundevenbf16 - truncbf16 --------- Signed-off-by: Krishna Pandey <kpandey81930@gmail.com>