This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add support for fma in riscv
ClosedPublic

Authored by mikhail.ramalho on Mar 8 2023, 9:24 AM.

Diff Detail

Event Timeline

mikhail.ramalho created this revision.Mar 8 2023, 9:24 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 8 2023, 9:24 AM
mikhail.ramalho requested review of this revision.Mar 8 2023, 9:24 AM
dxf added a reviewer: lntue.Mar 8 2023, 9:35 AM
dxf added a subscriber: dxf.

OK from me. Please wait for @lntue to give an OK as well. If this allows you to enable more functions, you feel free to include them in the patch.

lntue accepted this revision.Mar 8 2023, 11:09 AM
lntue added inline comments.
libc/src/__support/FPUtil/riscv64/FMA.h
2

RISCV64

10

LLVM_LIBC_SRC_SUPPORT_FPUTIL_RISCV64_FMA_H

This revision is now accepted and ready to land.Mar 8 2023, 11:09 AM
mikhail.ramalho marked 2 inline comments as done.Mar 8 2023, 11:14 AM
This revision was landed with ongoing or failed builds.Mar 8 2023, 11:16 AM
This revision was automatically updated to reflect the committed changes.