summaryrefslogtreecommitdiff
path: root/libc/test/src/math/fmaf_test.cpp
AgeCommit message (Expand)Author
2024-06-27[libc][math][c23] Add f16fma{,l,f128} C23 math function (#96711)OverMighty
2024-06-14[libc][math][c23] Add f16fmaf C23 math function (#95483)OverMighty
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2022-06-10[libc] Implement double precision FMA for targets without FMA instructions.Tue Ly
2021-12-22[libc] apply formatting to testsMichael Jones
2021-01-20[libc][NFC][obvious] fix the names of MPFR testsMichael Jones
2021-01-20[libc][NFC] add "LlvmLibc" as a prefix to all test namesMichael Jones
2021-01-06[libc] Add implementation of fmaf.Tue Ly