Merge pull request #82 from iamthebot/master

use __restrict__ under GCC to support both C++ and C
ck_pring
Samy Al Bahra 8 years ago committed by GitHub
commit e9e45034f3

@ -55,7 +55,7 @@
#endif #endif
#define CK_CC_FORCE_INLINE CK_CC_UNUSED __attribute__((always_inline)) inline #define CK_CC_FORCE_INLINE CK_CC_UNUSED __attribute__((always_inline)) inline
#define CK_CC_RESTRICT restrict #define CK_CC_RESTRICT __restrict__
/* /*
* Packed attribute. * Packed attribute.

Loading…
Cancel
Save