This is an archive of the discontinued LLVM Phabricator instance.

[Clang] [PowerPC] Fix header include typo in smmintrin.h
ClosedPublic

Authored by qiucf on Oct 8 2021, 10:42 PM.

Details

Summary

It should be SSSE3 instead of SSE2.

Diff Detail

Event Timeline

qiucf created this revision.Oct 8 2021, 10:42 PM
qiucf requested review of this revision.Oct 8 2021, 10:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 8 2021, 10:42 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
jsji accepted this revision as: jsji.Oct 9 2021, 1:22 PM

Can you please add a testcase that include smmintrin.h but use SSSE3? Thanks.

This revision is now accepted and ready to land.Oct 9 2021, 1:22 PM
This revision was automatically updated to reflect the committed changes.