src/ucx/cx/common.h

changeset 645
0c85c4cd0dd8
parent 621
956c03c25edd
equal deleted inserted replaced
644:e96e92e3508f 645:0c85c4cd0dd8
282 /** 282 /**
283 * Declares a function to be inlined. 283 * Declares a function to be inlined.
284 */ 284 */
285 #define CX_INLINE __attribute__((always_inline)) static inline 285 #define CX_INLINE __attribute__((always_inline)) static inline
286 #else 286 #else
287 /**
288 * Declares a function to be inlined.
289 */
287 #define CX_INLINE static inline 290 #define CX_INLINE static inline
288 #endif 291 #endif
289 /** 292 /**
290 * Declares a compatibility function for C++ builds. 293 * Declares a compatibility function for C++ builds.
291 */ 294 */

mercurial