[PATCH] D150114: [Headers][doc] Add "add/sub/mul" intrinsic descriptions to avx2intrin.h
Phoebe Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 15 22:31:30 PDT 2023
pengfei added inline comments.
================
Comment at: clang/lib/Headers/avx2intrin.h:1043
+/// corresponding byte of the 256-bit integer vector result (overflow is
+/// ignored). For each byte, computes <c> result = __a - __b </c>.
+///
----------------
It better to move it to `\code{.operation}` for consistency. Same for the below.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150114/new/
https://reviews.llvm.org/D150114
More information about the cfe-commits
mailing list