Fix issue 186. Confirmed it works on gcc and clang.

import/raw
castano 11 years ago
parent a66cd2a5f8
commit af6eb038ac

@ -25,7 +25,7 @@
#endif
#define NV_FASTCALL __attribute__((fastcall))
#define NV_FORCEINLINE __attribute__((always_inline))
#define NV_FORCEINLINE __attribute__((always_inline)) inline
#define NV_DEPRECATED __attribute__((deprecated))
#if __GNUC__ > 2

Loading…
Cancel
Save