[libc-commits] [PATCH] D100811: [libc] Add hardware implementations of fma and fmaf for x86_64 and aarch64.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Apr 19 21:12:46 PDT 2021
sivachandra updated this revision to Diff 338705.
sivachandra added a comment.
Add fma to the x86_64 entrypoint list.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100811/new/
https://reviews.llvm.org/D100811
Files:
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/src/math/CMakeLists.txt
libc/src/math/fma.cpp
libc/src/math/fma.h
libc/src/math/fmaf.cpp
libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/fmaf.cpp
libc/test/src/math/CMakeLists.txt
libc/test/src/math/fma_test.cpp
libc/utils/FPUtil/FMA.h
libc/utils/FPUtil/aarch64/FMA.h
libc/utils/FPUtil/generic/FMA.h
libc/utils/FPUtil/generic/README.md
libc/utils/FPUtil/x86_64/FMA.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100811.338705.patch
Type: text/x-patch
Size: 13319 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210420/502a82fc/attachment-0001.bin>
More information about the libc-commits
mailing list