diff options
author | Siva Chandra <sivachandra@google.com> | 2021-04-20 04:06:25 +0000 |
---|---|---|
committer | Siva Chandra Reddy <sivachandra@google.com> | 2021-04-21 04:31:27 +0000 |
commit | 95934c3a37cb00e4fff6042c52837b42f6219772 (patch) | |
tree | e081a7816d360af7ac0f594870838392a66d00e1 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 05eeed9691aeb3e0316712195b998e9078cdceb0 (diff) | |
download | llvm-95934c3a37cb00e4fff6042c52837b42f6219772.zip llvm-95934c3a37cb00e4fff6042c52837b42f6219772.tar.gz llvm-95934c3a37cb00e4fff6042c52837b42f6219772.tar.bz2 |
[libc] Add hardware implementations of fma and fmaf for x86_64 and aarch64.
The current generic implementation of the fmaf function has been moved
to the FPUtil directory. This allows one use the fma operation from
implementations of other math functions like the trignometric functions
without depending on/requiring the fma/fmaf/fmal function targets. If
this pattern ends being convenient, we will switch all generic math
implementations to this pattern.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D100811
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions