probinson added a comment.
I chose to leave the "for each element" cases as-is, but I will keep your
comments in mind as I go through other intrinsics.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148021/new/
https://reviews.llvm.org/D148021
___
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0905c567f0c7: [Headers][doc] Add FMA intrinsic descriptions
(authored by probinson).
Herald added a project: clang.
Changed prior to commit:
https
pengfei accepted this revision.
pengfei added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/lib/Headers/fmaintrin.h:22
+/// Computes a multiply-add of 128-bit vectors of [4 x float].
+///For each element, computes (__A * __B) + __C .
+//
probinson added inline comments.
Comment at: clang/lib/Headers/fmaintrin.h:22
+/// Computes a multiply-add of 128-bit vectors of [4 x float].
+///For each element, computes (__A * __B) + __C .
+///
pengfei wrote:
> We are using a special format to describute
pengfei added inline comments.
Comment at: clang/lib/Headers/fmaintrin.h:22
+/// Computes a multiply-add of 128-bit vectors of [4 x float].
+///For each element, computes (__A * __B) + __C .
+///
We are using a special format to describute the function in a
probinson created this revision.
probinson added reviewers: RKSimon, pengfei, goldstein.w.n.
Herald added a project: All.
probinson requested review of this revision.
https://reviews.llvm.org/D148021
Files:
clang/lib/Headers/fmaintrin.h
Index: clang/lib/Headers/fmaintrin.h