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