summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/daddl.cpp
AgeCommit message (Collapse)Author
2024-08-12[libc] Undo accidental changes to `dsubl` that were leftoeverJoseph Huber
2024-08-12[libc] Enable all supported math functions on the GPU (#102563)Joseph Huber
Summary: Simply copies the x64 versions to the GPU directory. Ignoring f128 for now, but adding long double entrypoints which are identical to `double` on the target.
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>