[PATCH] D24961: [avx512] Add aliases to some missing avx512 intrinsics.

Ayman Musa via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 27 06:08:22 PDT 2016


aymanmus created this revision.
aymanmus added reviewers: m_zuckerman, igorb, delena.
aymanmus added a subscriber: cfe-commits.

- "//_mm512_cmp<op>_pd_mask//" Intrinsics, where <op> = {eq, le, lt, neq, nle, nlt, ord, unord}.
- //_mm512_cvtepi32lo_pd, _mm512_mask_cvtepi32lo_pd, _mm512_cvtepu32lo_pd, _mm512_mask_cvtepu32lo_pd//
- //_mm512_cvtpd_pslo, _mm512_mask_cvtpd_pslo, _mm512_cvtpslo_pd, _mm512_mask_cvtpslo_pd//

https://reviews.llvm.org/D24961

Files:
  lib/Headers/avx512fintrin.h
  test/CodeGen/avx512f-builtins.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24961.72639.patch
Type: text/x-patch
Size: 17500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160927/de969edd/attachment-0001.bin>


More information about the cfe-commits mailing list