Add ADD_FMA_FLAG macro to add -mfma flag to functions that requires it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D115572
[libc] Add ADD_FMA_FLAG macro to add -mfma flag to functions that requires it. ClosedPublic Authored by lntue on Dec 10 2021, 8:05 PM.
Details Summary Add ADD_FMA_FLAG macro to add -mfma flag to functions that requires it.
Diff Detail
Event Timelinesivachandra added inline comments.
This revision is now accepted and ready to land.Dec 10 2021, 9:21 PM lntue marked an inline comment as done. Comment Actions[libc] Add INLINE_FMA macro to add -mfma flag to functions that requires it. Closed by commit rG08aa40b9e6f3: [libc] Add ADD_FMA_FLAG macro to add -mfma flag to functions that requires it. (authored by lntue). · Explain WhyDec 11 2021, 1:21 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 393694 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
|
Nit: s/ADD_FMA_FLAG/INLINE_FMA