[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
Thu Jun 2 22:21:31 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG614567a7bf4a: [libc] Automatically add -mfma flag for architectures supporting FMA. (authored by lntue).

Changed prior to commit:
  https://reviews.llvm.org/D123615?vs=433948&id=433952#toc

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/LLVMLibCFlagRules.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.433952.patch
Type: text/x-patch
Size: 14284 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220603/f91ef5a9/attachment-0001.bin>


More information about the libc-commits mailing list