[all-commits] [llvm/llvm-project] 08aa40: [libc] Add ADD_FMA_FLAG macro to add -mfma flag to...
lntue via All-commits
all-commits at lists.llvm.org
Sat Dec 11 13:22:05 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 08aa40b9e6f3b8a96f5dbeb92772d95aa81f4ef9
https://github.com/llvm/llvm-project/commit/08aa40b9e6f3b8a96f5dbeb92772d95aa81f4ef9
Author: Tue Ly <lntue at google.com>
Date: 2021-12-11 (Sat, 11 Dec 2021)
Changed paths:
M libc/src/__support/FPUtil/PolyEval.h
M libc/src/__support/FPUtil/x86_64/FMA.h
M libc/src/__support/FPUtil/x86_64/PolyEval.h
M libc/src/__support/architectures.h
M libc/src/math/fma.cpp
M libc/src/math/fmaf.cpp
M libc/src/math/generic/expm1f.cpp
Log Message:
-----------
[libc] Add ADD_FMA_FLAG macro to add -mfma flag to functions that requires it.
Add ADD_FMA_FLAG macro to add -mfma flag to functions that requires it.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D115572
More information about the All-commits
mailing list