[PATCH] D124469: [NFC] Cleanup miscellaneous header items

2022-04-26 Thread Warren Ristow via Phabricator via cfe-commits
wristow added a comment. Thanks for the review @RKSimon ! Comment at: clang/lib/Headers/__wmmintrin_pclmul.h:25 /// \code -/// __m128i _mm_clmulepi64_si128(__m128i __X, __m128i __Y, const int __I); +/// __m128i _mm_clmulepi64_si128(__m128i X, __m128i Y, const int I); /// \end

[PATCH] D124469: [NFC] Cleanup miscellaneous header items

2022-04-26 Thread Warren Ristow via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGdf08b3493869: [NFC] Cleanup miscellaneous header items (authored by wristow). Herald added a project: clang. Repository: rG LLVM Github Monorepo

[PATCH] D124469: [NFC] Cleanup miscellaneous header items

2022-04-26 Thread Simon Pilgrim via Phabricator via cfe-commits
RKSimon accepted this revision. RKSimon added a comment. This revision is now accepted and ready to land. LGTM Comment at: clang/lib/Headers/__wmmintrin_pclmul.h:25 /// \code -/// __m128i _mm_clmulepi64_si128(__m128i __X, __m128i __Y, const int __I); +/// __m128i _mm_clmulepi6

[PATCH] D124469: [NFC] Cleanup miscellaneous header items

2022-04-26 Thread Warren Ristow via Phabricator via cfe-commits
wristow created this revision. wristow added reviewers: craig.topper, RKSimon. Herald added a subscriber: StephenFan. Herald added a project: All. wristow requested review of this revision. - Explain the use of the _MM_SHUFFLE and _MM_SHUFFLE2 macros - Update some doxygen parameter descriptions to