This is an archive of the discontinued LLVM Phabricator instance.

Move _mm256_cvtps_ph and _mm256_cvtph_ps to immintrin.h.
ClosedPublic

Authored by probinson on Dec 1 2015, 12:35 PM.

Details

Summary

This more closely matches their locations as described by Intel documentation, and lets us remove a pair of redundant typedefs.

Diff Detail

Repository
rL LLVM

Event Timeline

probinson updated this revision to Diff 41555.Dec 1 2015, 12:35 PM
probinson retitled this revision from to Move _mm256_cvtps_ph and _mm256_cvtph_ps to immintrin.h..
probinson updated this object.
probinson added a reviewer: mkuper.
probinson added a subscriber: cfe-commits.
mkuper accepted this revision.Dec 1 2015, 10:45 PM
mkuper edited edge metadata.

Thanks Paul, LGTM.

This revision is now accepted and ready to land.Dec 1 2015, 10:45 PM
This revision was automatically updated to reflect the committed changes.