aboutsummaryrefslogtreecommitdiff
path: root/libc/src/math/generic/fmul.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-03-11[libc] Provide more fine-grained control of FMA instruction for ARM targets. ...lntue1-1/+1
2024-09-14[libc][math] Improve fmul performance by using double-double arithmetic. (#10...Job Henandez Lara1-2/+101
2024-07-18[libc][math][c23] Add {f,d}mul{l,f128} and f16mul{,f,l,f128} C23 math functio...OverMighty1-112/+3
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek1-2/+3
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini1-3/+2
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek1-2/+3
2024-06-08[libc][math][c23] fmul correcly rounded to all rounding modes (#91537)Job Henandez Lara1-0/+128