summaryrefslogtreecommitdiff
path: root/libc/test/src/math/llrintbf16_test.cpp
AgeCommit message (Collapse)Author
2025-08-24[libc][math][c++23] Add {nearbyint,rint,lrint,llrint,lround,llround}bf16 ↵Krishna Pandey
math functions (#153882) This PR adds the following basic math functions for BFloat16 type along with the tests: - nearbyintbf16 - rintbf16 - lrintbf16 - llrintbf16 - lroundbf16 - llroundbf16 --------- Signed-off-by: Krishna Pandey <kpandey81930@gmail.com>