summaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/setpayloadbf16_test.cpp
AgeCommit message (Collapse)Author
2025-08-23[libc][math][c++23] Add {get,set}payloadbf16 and setpayloadsigbf16 math ↵Krishna Pandey
functions (#153994) This PR adds the following basic math functions for BFloat16 type along with the tests: - getpayloadbf16 - setpayloadbf16 - setpayloadsigbf16 --------- Signed-off-by: Krishna Pandey <kpandey81930@gmail.com>