[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 11:12:40 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGc5f8a0a1e929: [libc] Add support for x86-64 targets that do not have FMA instructions. (authored by lntue).

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.421594.patch
Type: text/x-patch
Size: 13741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220408/2867c1f5/attachment-0001.bin>


More information about the libc-commits mailing list