R600: Map address spaces for atomic_or

Signed-off-by: Aaron Watry <awatry@gmail.com>
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
llvm-svn: 217920
This commit is contained in:
Aaron Watry 2014-09-16 22:34:52 +00:00
parent 348db3c666
commit 5ab82be926
1 changed files with 1 additions and 0 deletions

View File

@ -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)