Implement cl_khr_int64_base_atomics builtins
authorJan Vesely <jan.vesely@rutgers.edu>
Wed, 20 Sep 2017 20:42:14 +0000 (20:42 +0000)
committerJan Vesely <jan.vesely@rutgers.edu>
Wed, 20 Sep 2017 20:42:14 +0000 (20:42 +0000)
commit1c81f4b0e37c8ccc59351b7aaac994e051d4b82c
treea1efb28287aa62e68b24b2685ee96208ba82b4da
parent31b4531aa9dc10d9c4565693510806156763c0c6
Implement cl_khr_int64_base_atomics builtins

Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Reviewed-by: Aaron Watry <awatry@gmail.com>
Tested-by: Aaron Watry <awatry@gmail.com>
llvm-svn: 313810
14 files changed:
libclc/generic/include/clc/cl_khr_int64_base_atomics/atom_add.h [new file with mode: 0644]
libclc/generic/include/clc/cl_khr_int64_base_atomics/atom_cmpxchg.h [new file with mode: 0644]
libclc/generic/include/clc/cl_khr_int64_base_atomics/atom_dec.h [new file with mode: 0644]
libclc/generic/include/clc/cl_khr_int64_base_atomics/atom_inc.h [new file with mode: 0644]
libclc/generic/include/clc/cl_khr_int64_base_atomics/atom_sub.h [new file with mode: 0644]
libclc/generic/include/clc/cl_khr_int64_base_atomics/atom_xchg.h [new file with mode: 0644]
libclc/generic/include/clc/clc.h
libclc/generic/lib/SOURCES
libclc/generic/lib/cl_khr_int64_base_atomics/atom_add.cl [new file with mode: 0644]
libclc/generic/lib/cl_khr_int64_base_atomics/atom_cmpxchg.cl [new file with mode: 0644]
libclc/generic/lib/cl_khr_int64_base_atomics/atom_dec.cl [new file with mode: 0644]
libclc/generic/lib/cl_khr_int64_base_atomics/atom_inc.cl [new file with mode: 0644]
libclc/generic/lib/cl_khr_int64_base_atomics/atom_sub.cl [new file with mode: 0644]
libclc/generic/lib/cl_khr_int64_base_atomics/atom_xchg.cl [new file with mode: 0644]