This is an archive of the discontinued LLVM Phabricator instance.

[Clang][Intrinsics] Adding avx512f missing intrinsics {cast}
AbandonedPublic

Authored by m_zuckerman on May 8 2016, 4:33 AM.

Details

Diff Detail

Event Timeline

m_zuckerman updated this revision to Diff 56515.May 8 2016, 4:33 AM
m_zuckerman retitled this revision from to [Clang][Intrinsics] Adding avx512f missing intrinsics {cast} .
m_zuckerman updated this object.
m_zuckerman added reviewers: AsafBadouh, igorb, delena.
m_zuckerman added a subscriber: llvm-commits.
AsafBadouh added inline comments.May 8 2016, 5:08 AM
lib/Headers/avx512fintrin.h
385

Can you use :

return __builtin_shufflevector(__A, __A, 0,1)

?

and same for the other

m_zuckerman abandoned this revision.Aug 21 2017, 4:45 AM