summaryrefslogtreecommitdiff
path: root/libc/test/src/math/bf16sub_test.cpp
AgeCommit message (Collapse)Author
2025-08-08[libc][math][c++23] Add bf16{add,sub}{,f,l,f128} math functions (#152774)Krishna Pandey
This PR adds implements following basic math functions for BFloat16 type along with the tests: - bf16add - bf16addf - bf16addl - bf16addf128 - bf16sub - bf16subf - bf16subl - bf16subf128 --------- Signed-off-by: Krishna Pandey <kpandey81930@gmail.com>