[libc-commits] [PATCH] D123335: [libc] Add support for x86-64 targets that do not have FMA instructions.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Apr 8 10:35:35 PDT 2022
lntue updated this revision to Diff 421584.
lntue added a comment.
Change the macro name to LIBC_TARGET_HAS_FMA.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123335/new/
https://reviews.llvm.org/D123335
Files:
libc/src/__support/FPUtil/CMakeLists.txt
libc/src/__support/FPUtil/FMA.h
libc/src/__support/FPUtil/PolyEval.h
libc/src/__support/FPUtil/aarch64/FMA.h
libc/src/__support/FPUtil/generic/CMakeLists.txt
libc/src/__support/FPUtil/generic/FMA.h
libc/src/__support/FPUtil/multiply_add.h
libc/src/__support/FPUtil/x86_64/FMA.h
libc/src/__support/architectures.h
libc/src/math/CMakeLists.txt
libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/expm1f.cpp
libc/src/math/generic/log10f.cpp
libc/src/math/generic/log1pf.cpp
libc/src/math/generic/logf.cpp
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123335.421584.patch
Type: text/x-patch
Size: 13741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220408/c1e25ca7/attachment-0001.bin>
More information about the libc-commits
mailing list