[libc-commits] [PATCH] D123615: [libc] Automatically add -mfma flag for architectures supporting FMA.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Sat May 7 11:09:38 PDT 2022


lntue updated this revision to Diff 427883.
lntue added a comment.

Use the FLAGS option from https://reviews.llvm.org/D125174


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123615/new/

https://reviews.llvm.org/D123615

Files:
  libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake
  libc/cmake/modules/LLVMLibCObjectRules.cmake
  libc/src/__support/FPUtil/CMakeLists.txt
  libc/src/__support/FPUtil/PolyEval.h
  libc/src/__support/FPUtil/x86_64/FMA.h
  libc/src/__support/FPUtil/x86_64/PolyEval.h
  libc/src/__support/architectures.h
  libc/src/math/CMakeLists.txt
  libc/src/math/fma.cpp
  libc/src/math/fmaf.cpp
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/exp2f.cpp
  libc/src/math/generic/expf.cpp
  libc/src/math/generic/expm1f.cpp
  libc/src/math/generic/log10f.cpp
  libc/src/math/generic/log1pf.cpp
  libc/src/math/generic/log2f.cpp
  libc/src/math/generic/logf.cpp
  libc/test/src/math/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123615.427883.patch
Type: text/x-patch
Size: 13729 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220507/a8b0f44a/attachment-0001.bin>


More information about the libc-commits mailing list