[libc-commits] [PATCH] D100811: [libc] Add hardware implementations of fma and fmaf for x86_64 and aarch64.
Thorsten via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Apr 19 22:43:07 PDT 2021
tschuett added a comment.
Stupid question: why assembler instead of builtins:
https://github.com/gcc-mirror/gcc/blob/master/gcc/testsuite/gcc.target/ia64/builtin-fma-1.c
I guess there is a tradeoff between control over the process and helping the register allocator.
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