[libclc] 203/291: R600: Map address spaces for atomic_or

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 be0f545f26316ed7833209d7cce39263551498ea
Author: Aaron Watry <awatry at gmail.com>
Date:   Tue Sep 16 22:34:52 2014 +0000

    R600: Map address spaces for atomic_or
    
    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@217920 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 2f19e91..0eba779 100644
--- a/r600/lib/atomic/atomic.cl
+++ b/r600/lib/atomic/atomic.cl
@@ -19,4 +19,5 @@ _CLC_OVERLOAD _CLC_DEF SIGN TYPE FUNCTION (volatile CL_ADDRSPACE SIGN TYPE *p, S
 
 ATOMIC_FUNC(atomic_add)
 ATOMIC_FUNC(atomic_and)
+ATOMIC_FUNC(atomic_or)
 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