Skip to content

Commit

Permalink
R600: Map address spaces for atomic_xchg
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Watry <[email protected]>
Reviewed-by: Tom Stellard <[email protected]>
llvm-svn: 217924
  • Loading branch information
awatry committed Sep 16, 2014
1 parent 0545fa3 commit e210cae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libclc/r600/lib/atomic/atomic.cl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ATOMIC_FUNC(atomic_add)
ATOMIC_FUNC(atomic_and)
ATOMIC_FUNC(atomic_or)
ATOMIC_FUNC(atomic_sub)
ATOMIC_FUNC(atomic_xchg)
ATOMIC_FUNC(atomic_xor)

_CLC_DECL signed int __clc_atomic_max_addr1(volatile global signed int*, signed int);
Expand Down

0 comments on commit e210cae

Please sign in to comment.