This is an archive of the discontinued LLVM Phabricator instance.

[Clang][Intrinsics][avx512] Continue Adding round cvt to clang
ClosedPublic

Authored by m_zuckerman on May 31 2016, 5:56 AM.

Diff Detail

Event Timeline

m_zuckerman retitled this revision from to [Clang][Intrinsics][avx512] Continue Adding round cvt to clang.
m_zuckerman updated this object.
m_zuckerman added reviewers: AsafBadouh, igorb, delena.
m_zuckerman added a subscriber: cfe-commits.
AsafBadouh accepted this revision.Jun 1 2016, 6:41 AM
AsafBadouh edited edge metadata.

minor fixes, LGTM

lib/Headers/avx512fintrin.h
3658

please add (__mmask16)

3669

please add casting to return type (__m256i)

same for the rest

test/CodeGen/avx512f-builtins.c
3121

remove empty line

3129

remove empty line

This revision is now accepted and ready to land.Jun 1 2016, 6:41 AM
This revision was automatically updated to reflect the committed changes.