summaryrefslogtreecommitdiff
path: root/libc/test/src/math/daddl_test.cpp
AgeCommit message (Collapse)Author
2024-08-01[libc][math][c23] Add dadd{l,f128} and ddiv{l,f128} C23 math functions (#100456)aaryanshukla
- fadd removed because I need to add for different input types - finishing rest of basic operations - noticed duplicates will remove --------- Co-authored-by: OverMighty <its.overmighty@gmail.com>