This is an archive of the discontinued LLVM Phabricator instance.

[Clang][Builtin][AVX512] Adding intrinsics for VGETMANT{PD|PS} and VGETEXP{PD|PS} instruction set
ClosedPublic

Authored by m_zuckerman on Apr 17 2016, 6:50 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

m_zuckerman retitled this revision from to [Clang][Builtin][AVX512] Adding intrinsics for VGETMANTPD and VGETEXPPD instruction set.
m_zuckerman updated this object.
m_zuckerman added reviewers: AsafBadouh, igorb, delena.
m_zuckerman added a subscriber: llvm-commits.
AsafBadouh added inline comments.Apr 17 2016, 7:51 AM
lib/Headers/avx512fintrin.h
5639 ↗(On Diff #54004)

double casting

m_zuckerman marked an inline comment as done.
AsafBadouh accepted this revision.Apr 17 2016, 8:02 AM
AsafBadouh edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 17 2016, 8:02 AM
delena edited edge metadata.Apr 17 2016, 12:13 PM

you have both PS and PD here. Please change the title.

m_zuckerman retitled this revision from [Clang][Builtin][AVX512] Adding intrinsics for VGETMANTPD and VGETEXPPD instruction set to [Clang][Builtin][AVX512] Adding intrinsics for VGETMANT{PD|PS} and VGETEXP{PD|PS} instruction set.Apr 19 2016, 10:15 AM
m_zuckerman edited edge metadata.
This revision was automatically updated to reflect the committed changes.