This is an archive of the discontinued LLVM Phabricator instance.

pmmintrin.h documentation fixes and updates
ClosedPublic

Authored by dyung on Dec 21 2017, 2:30 PM.

Details

Summary

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. 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".

These patches were made by Craig Flores

Diff Detail

Repository
rL LLVM

Event Timeline

dyung created this revision.Dec 21 2017, 2:30 PM
RKSimon accepted this revision.Dec 22 2017, 7:59 AM

LGTM

This revision is now accepted and ready to land.Dec 22 2017, 7:59 AM
This revision was automatically updated to reflect the committed changes.