[libc-commits] [PATCH] D115572: [libc] Add ADD_FMA_FLAG macro to add -mfma flag to functions that requires it.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Dec 10 20:05:35 PST 2021


lntue created this revision.
lntue added reviewers: sivachandra, michaelrj.
Herald added subscribers: ecnelises, tschuett.
Herald added a project: libc-project.
lntue requested review of this revision.

Add ADD_FMA_FLAG macro to add -mfma flag to functions that requires it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115572

Files:
  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/fma.cpp
  libc/src/math/fmaf.cpp
  libc/src/math/generic/expm1f.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115572.393657.patch
Type: text/x-patch
Size: 6739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211211/49d9e185/attachment.bin>


More information about the libc-commits mailing list