[PATCH] D36259: [OpenCL] Remove extra select functions from opencl-c.h

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 2 22:22:55 PDT 2017


yaxunl created this revision.

OpenCL spec v2.0 s6.13.6:

gentype select (gentype a,
gentype b,
igentype c)

gentype select (gentype a,
gentype b,
ugentype c)

igentype and ugentype must have the same number
of elements and bits as gentype.


https://reviews.llvm.org/D36259

Files:
  lib/Headers/opencl-c.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36259.109486.patch
Type: text/x-patch
Size: 23060 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170803/19f3053d/attachment-0001.bin>


More information about the cfe-commits mailing list