[NFC] Fix argument types in doxygen comment
authorWarren Ristow <warren.ristow@sony.com>
Tue, 26 Apr 2022 23:29:33 +0000 (16:29 -0700)
committerWarren Ristow <warren.ristow@sony.com>
Tue, 26 Apr 2022 23:30:55 +0000 (16:30 -0700)
commit35e7b4f82cfabc28ebc23558917440aece3f489f
tree8e613df532e3c8d3f365595b970d2781ce93f8ca
parentf6d209b3ec4c923f20388e3380099b2b0707f786
[NFC] Fix argument types in doxygen comment

The argument types for _mm_extract_epi16 and _mm_insert_epi16 were
incorrectly identified as '__m256i' instead of '__m128i'.  Introduced
by df08b3493869540bad5d4b040dae814e078b411d, and fixed here.
clang/lib/Headers/emmintrin.h