summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/cl_khr_local_int32_base_atomics/atom_dec.cl
blob: 33772a02712ba292041c008f7507674fe7a6aa7b (plain)
1
2
3
4
5
6
7
8
9
#include <clc/clc.h>

#define IMPL(TYPE) \
_CLC_OVERLOAD _CLC_DEF TYPE atom_dec(volatile local TYPE *p) { \
  return atomic_dec(p); \
}

IMPL(int)
IMPL(unsigned int)
OpenPOWER on IntegriCloud