[libclc] 202/291: R600: Map atomic_and address spaces

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository libclc.

commit 4edaa8701895fde6d7d87073fe30119f8cb38631
Author: Aaron Watry <awatry at gmail.com>
Date:   Tue Sep 16 22:34:51 2014 +0000

    R600: Map atomic_and address spaces
    
    Signed-off-by: Aaron Watry <awatry at gmail.com>
    Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@217919 91177308-0d34-0410-b5e6-96231b3b80d8
---
 r600/lib/atomic/atomic.cl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/r600/lib/atomic/atomic.cl b/r600/lib/atomic/atomic.cl
index bd5ee64..2f19e91 100644
--- a/r600/lib/atomic/atomic.cl
+++ b/r600/lib/atomic/atomic.cl
@@ -18,4 +18,5 @@ _CLC_OVERLOAD _CLC_DEF SIGN TYPE FUNCTION (volatile CL_ADDRSPACE SIGN TYPE *p, S
 	ATOMIC_FUNC_ADDRSPACE(int, FUNCTION)
 
 ATOMIC_FUNC(atomic_add)
+ATOMIC_FUNC(atomic_and)
 ATOMIC_FUNC(atomic_sub)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list