]> granicus.if.org Git - clang/commit
[OpenCL] Add support for the cl_arm_integer_dot_product extensions
authorKevin Petit <kevin.petit@arm.com>
Fri, 24 May 2019 14:53:52 +0000 (14:53 +0000)
committerKevin Petit <kevin.petit@arm.com>
Fri, 24 May 2019 14:53:52 +0000 (14:53 +0000)
commitc76fe398e2fffb71b6bfb618e74083d36b9eab3f
tree384001e1b5ba005426a265122eca938d80071767
parentb9f01a14a9a0bd15b374aff77d746da261c158d9
[OpenCL] Add support for the cl_arm_integer_dot_product extensions

The specification is available in the Khronos OpenCL registry:

https://www.khronos.org/registry/OpenCL/extensions/arm/cl_arm_integer_dot_product.txt

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361641 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/OpenCLExtensions.def
lib/Headers/opencl-c.h
test/CodeGenOpenCL/arm-integer-dot-product.cl [new file with mode: 0644]
test/SemaOpenCL/arm-integer-dot-product.cl [new file with mode: 0644]