[all-commits] [llvm/llvm-project] 35e7b4: [NFC] Fix argument types in doxygen comment
wjristow via All-commits
all-commits at lists.llvm.org
Tue Apr 26 16:31:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35e7b4f82cfabc28ebc23558917440aece3f489f
https://github.com/llvm/llvm-project/commit/35e7b4f82cfabc28ebc23558917440aece3f489f
Author: Warren Ristow <warren.ristow at sony.com>
Date: 2022-04-26 (Tue, 26 Apr 2022)
Changed paths:
M clang/lib/Headers/emmintrin.h
Log Message:
-----------
[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.
More information about the All-commits
mailing list