This patch adds three intrinsics compatible to x86's SSE 4.1 on PowerPC target, with tests:
- _mm_insert_epi8
- _mm_insert_epi32
- _mm_insert_epi64
The intrinsics implementation is contributed by Paul Clarke.
Paths
| Differential D89242
[PowerPC] [Clang] Port SSE4.1-compatible insert intrinsics ClosedPublic Authored by qiucf on Oct 12 2020, 8:02 AM.
Details Summary This patch adds three intrinsics compatible to x86's SSE 4.1 on PowerPC target, with tests:
The intrinsics implementation is contributed by Paul Clarke.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 8 2020, 7:59 PM This revision was landed with ongoing or failed builds.Nov 9 2020, 6:54 PM Closed by commit rG979a4d268a48: [PowerPC] [Clang] Port SSE4.1-compatible insert intrinsics (authored by qiucf). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 304024 clang/lib/Headers/ppc_wrappers/smmintrin.h
clang/test/CodeGen/ppc-smmintrin.c
|