[libc-commits] [PATCH] D100811: [libc] Add hardware implementations of fma and fmaf for x86_64 and aarch64.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Apr 19 22:04:31 PDT 2021
lntue added inline comments.
================
Comment at: libc/utils/FPUtil/FMA.h:14
+
+#ifdef __x86_64__
+#include "x86_64/FMA.h"
----------------
Do we also need to check for _ _FMA__ flag?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100811/new/
https://reviews.llvm.org/D100811
More information about the libc-commits
mailing list