[libc-commits] [PATCH] D145592: [libc] Add support for fma in riscv
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Mar 8 11:09:32 PST 2023
lntue accepted this revision.
lntue added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libc/src/__support/FPUtil/riscv64/FMA.h:1
+//===-- Aarch64 implementations of the fma function -------------*- C++ -*-===//
+//
----------------
`RISCV64`
================
Comment at: libc/src/__support/FPUtil/riscv64/FMA.h:9
+
+#ifndef LLVM_LIBC_SRC_SUPPORT_FPUTIL_AARCH64_FMA_H
+#define LLVM_LIBC_SRC_SUPPORT_FPUTIL_AARCH64_FMA_H
----------------
`LLVM_LIBC_SRC_SUPPORT_FPUTIL_RISCV64_FMA_H`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145592/new/
https://reviews.llvm.org/D145592
More information about the libc-commits
mailing list