summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/ffmal.cpp
AgeCommit message (Collapse)Author
2024-08-06[libc][math][c23] Add ffma{,l,f128} and fdiv{,l,f128} C23 math functions ↵aaryanshukla
#101089 (#101253) - added all variations of ffma and fdiv - will add all new headers into yaml for next patch - only fsub is left then all basic operations for float is complete --------- Co-authored-by: OverMighty <its.overmighty@gmail.com>