[all-commits] [llvm/llvm-project] d353d1: [OpenCL] Support cl_ext_float_atomics
Sven van Haastregt via All-commits
all-commits at lists.llvm.org
Mon Sep 13 04:13:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d353d1c50112a1cb315eccdab18ce7bd1563cd06
https://github.com/llvm/llvm-project/commit/d353d1c50112a1cb315eccdab18ce7bd1563cd06
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2021-09-13 (Mon, 13 Sep 2021)
Changed paths:
M clang/lib/Headers/opencl-c-base.h
M clang/lib/Headers/opencl-c.h
M clang/lib/Sema/OpenCLBuiltins.td
M clang/test/Headers/opencl-c-header.cl
M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
Log Message:
-----------
[OpenCL] Support cl_ext_float_atomics
See https://github.com/KhronosGroup/OpenCL-Docs/pull/552 for initial
specification.
Patch by Haonan Yang.
Differential Revision: https://reviews.llvm.org/D106343
More information about the All-commits
mailing list