summaryrefslogtreecommitdiff
path: root/libc/test/src/math/bf16divl_test.cpp
AgeCommit message (Collapse)Author
2025-08-12[libc][math][c++23] Add bf16div{,f,l,f128} math functions (#153191)Krishna Pandey
This PR adds the following basic math functions for BFloat16 type along with the tests: - bf16div - bf16divf - bf16divl - bf16divf128 --------- Signed-off-by: Krishna Pandey <kpandey81930@gmail.com>