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

Warren Ristow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 26 14:41:05 PDT 2022


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);
 /// \endcode
----------------
RKSimon wrote:
> Its annoying that we've never gotten https://github.com/llvm/llvm-project/issues/35297 fixed to have helped with these param name mismatches....
Yes -- would be nice to catch these sorts of things.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124469/new/

https://reviews.llvm.org/D124469



More information about the cfe-commits mailing list