[PATCH][AVX512] PMIN/PMAX intrinsics and patterns

Cameron McInally cameron.mcinally at nyu.edu
Fri Oct 25 17:26:56 PDT 2013


Hey guys,

Here is a patch to support unmasked, signed and unsigned, PMIN/PMAX intrinsics.

The naming scheme is a bit wonky between the floating point MIN/MAX
and integer PMIN/PMAX intrinsics. So, I continued from the AVX2
PMIN/PMAX intrinsic names.

Also, I extrapolated the GNU Builtin names for AVX512, similar to the
other AVX512 intrinsics. AFAIK, those Builtin names have not been
release yet. I could be wrong about that though.

And, I do not have commit access.

Thanks,
Cameron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pmaxmin.patch
Type: application/octet-stream
Size: 9766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131025/c4475485/attachment.obj>


More information about the llvm-commits mailing list