summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/dsubl.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-07-31[libc][math][c23] Add dfma{l,f128} and dsub{l,f128} C23 math functions (#101089)aaryanshukla
Co-authored-by: OverMighty <its.overmighty@gmail.com>