This is an archive of the discontinued LLVM Phabricator instance.

[X86][AVX512][Clang][Intrinsics] Adding missing intrinsics to Clang .
ClosedPublic

Authored by igorb on Mar 16 2017, 8:18 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb created this revision.Mar 16 2017, 8:18 AM
craig.topper added inline comments.
lib/Headers/avx512fintrin.h
9633 ↗(On Diff #92003)

Isn't the convention to prefix all variable names in intrinsics with 2 leading underscores except when they are macros?

igorb updated this revision to Diff 92263.Mar 19 2017, 12:47 AM
igorb marked an inline comment as done.

Thanks for the comments.

This revision is now accepted and ready to land.Mar 19 2017, 12:59 AM
This revision was automatically updated to reflect the committed changes.