[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
Sat Dec 11 13:16:56 PST 2021


lntue updated this revision to Diff 393692.
lntue marked an inline comment as done.
lntue added a comment.

[libc] Add INLINE_FMA macro to add -mfma flag to functions that requires it.


Repository:
  rG LLVM Github Monorepo

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

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.393692.patch
Type: text/x-patch
Size: 6707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211211/b494ba29/attachment.bin>


More information about the libc-commits mailing list