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