Skip to content

Commit 5294aaa

Browse files
arsenmjsji
authored andcommitted
libclc: Fix build in atomic_def.inc (#170306)
1 parent 40448c7 commit 5294aaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libclc/opencl/lib/generic/atomic/atomic_def.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
defined(cl_khr_int64_extended_atomics))
1313
#define __CLC_HAVE_64_ATOMIC
1414
#endif
15-
#if defined(__CLC_FPSIZE) && (__CLC_FPSIZE < 64 || defined(__CLC_HAVE_64_ATOMIC)
15+
#if defined(__CLC_FPSIZE) && \
16+
(__CLC_FPSIZE < 64 || defined(__CLC_HAVE_64_ATOMIC))
1617
#define __CLC_HAVE_FP_ATOMIC
1718
#endif
1819
#if defined(__CLC_GENSIZE) && \

0 commit comments

Comments
 (0)