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 a4aa7f0 commit b9b1f88Copy full SHA for b9b1f88
libclc/clc/include/clc/clcfunc.h
@@ -18,9 +18,4 @@
18
#define _CLC_DEF __attribute__((always_inline))
19
#endif
20
21
-#define _CLC_INLINE __attribute__((always_inline)) inline
22
-#define _CLC_CONVERGENT __attribute__((convergent))
23
-#define _CLC_PURE __attribute__((pure))
24
-#define _CLC_CONSTFN __attribute__((const))
25
-
26
#endif // __CLC_CLCFUNC_H_
0 commit comments