craig.topper added inline comments.

================
Comment at: clang/lib/Headers/avx2intrin.h:156
+///    A 256-bit vector containing one of the source operands.
+/// \returns A 256-bit vector containing the sums.
 static __inline__ __m256i __DEFAULT_FN_ATTRS256
----------------
Why do some return descriptions include the type like [4 x i64] but some don't?


================
Comment at: clang/lib/Headers/avx2intrin.h:1050
+/// \param __a
+///    A 256-bit vector containing the subtrahends.
+/// \param __b
----------------
I think minuend and subtrahend are swapped here.


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

https://reviews.llvm.org/D150114

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to