[PATCH] D124469: [NFC] Cleanup miscellaneous header items
    Simon Pilgrim via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Apr 26 13:54:55 PDT 2022
    
    
  
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_clmulepi64_si128(__m128i X, __m128i Y, const int I);
 /// \endcode
----------------
Its annoying that we've never gotten https://github.com/llvm/llvm-project/issues/35297 fixed to have helped with these param name mismatches....
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124469/new/
https://reviews.llvm.org/D124469
    
    
More information about the cfe-commits
mailing list