We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d853ae commit e07e60eCopy full SHA for e07e60e
libclc/opencl/lib/generic/atomic/atomic_def.inc
@@ -12,7 +12,8 @@
12
defined(cl_khr_int64_extended_atomics))
13
#define __CLC_HAVE_64_ATOMIC
14
#endif
15
-#if defined(__CLC_FPSIZE) && (__CLC_FPSIZE < 64 || defined(__CLC_HAVE_64_ATOMIC)
+#if defined(__CLC_FPSIZE) && \
16
+ (__CLC_FPSIZE < 64 || defined(__CLC_HAVE_64_ATOMIC))
17
#define __CLC_HAVE_FP_ATOMIC
18
19
#if defined(__CLC_GENSIZE) && \
0 commit comments