This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Port SSE3, SSSE3 and SSE4 intrinsics to PowerPC.
ClosedPublic

Authored by qiucf on Aug 1 2019, 7:58 PM.

Details

Summary

This patch is to port existing headers which include x86 intrinsics implementation to PowerPC platform (using Altivec), along with tests. Three headers will be added: pmmintrin.h, smmintrin.h and tmmintrin.h.

The header, along with others, is mainly developed by Steven Munroe, with contributions from Paul Clarke, Bill Schmidt, Jinsong Ji and Zixuan Wu.

Diff Detail

Repository
rL LLVM

Event Timeline

qiucf created this revision.Aug 1 2019, 7:58 PM
jsji accepted this revision.Aug 8 2019, 7:56 AM

LGTM.

This revision is now accepted and ready to land.Aug 8 2019, 7:56 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2019, 8:40 PM
cfe/trunk/test/Headers/ppc-mmx-intrinsics.c