You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
253 B
8 lines
253 B
/*
|
|
* Selectively inline a function in *some* translation units.
|
|
* See cl_maybe_inline.h file for the explanation.
|
|
*/
|
|
#undef CL_INLINE2
|
|
#undef CL_INLINE2_DECL
|
|
#define CL_INLINE2 static inline
|
|
#define CL_INLINE2_DECL(fcn) CL_INLINE_HINT fcn ## _inline
|