[PATCH] D41516: emmintrin.h documentation fixes and updates
Douglas Yung via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 21 14:14:33 PST 2017
dyung created this revision.
This is the result of several patches we made internally to update the documentation that we would like to have reviewed for possible submission.
The changes include:
1. Fixed innaccurate instruction mappings for various intrinsics.
2. Fixed description of NaN handling in comparison intrinsics.
3. Unify description of _mm_store_pd1 to match _mm_store1_pd.
4. Fix incorrect wording in various intrinsic descriptions. Previously the descriptions used "low-order" and "high-order" when the intended meaning was "even-indexed" and "odd-indexed".
5. Fix typos.
6. Add missing italics command (\a) for params and fixed some parameter spellings.
These patches were made by Craig Flores
https://reviews.llvm.org/D41516
Files:
lib/Headers/emmintrin.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41516.127939.patch
Type: text/x-patch
Size: 14965 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171221/9364295e/attachment.bin>
More information about the cfe-commits
mailing list