[all-commits] [llvm/llvm-project] 16b941: [X86] Cast to __v4hi instead of __m64 in the imple...
topperc via All-commits
all-commits at lists.llvm.org
Wed Jan 22 14:00:36 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 16b9410caa35da976fa5f3cf6dd3d6f3776d51ca
https://github.com/llvm/llvm-project/commit/16b9410caa35da976fa5f3cf6dd3d6f3776d51ca
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-01-22 (Wed, 22 Jan 2020)
Changed paths:
M clang/lib/Headers/xmmintrin.h
Log Message:
-----------
[X86] Cast to __v4hi instead of __m64 in the implementation of _mm_extract_pi16 and _mm_insert_pi16.
__m64 is a vector of 1 long long. But the builtins these intrinsics
are calling expect a vector of 4 shorts.
Fixes PR44589
More information about the All-commits
mailing list