summaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/logbbf16_test.cpp
AgeCommit message (Collapse)Author
2025-08-25[libc][math][c++23] Add {frexp,ilogb,ldexp,llogb,logb}bf16 math functions ↵Krishna Pandey
(#154427) This PR adds the following basic math functions for BFloat16 type along with the tests: - frexpbf16 - ilobbf16 - ldexpbf16 - llogbbf16 - logbbf16 --------- Signed-off-by: Krishna Pandey <kpandey81930@gmail.com>