 |
Blender
V2.93
|
Go to the documentation of this file.
34 #define BLI_MATH_DO_INLINE 1
36 #if BLI_MATH_DO_INLINE
38 # define MINLINE static __forceinline
39 # define MALWAYS_INLINE MINLINE
41 # define MINLINE static inline
42 # define MALWAYS_INLINE static inline __attribute__((always_inline)) __attribute__((unused))
46 # define MALWAYS_INLINE
50 #if (defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 406))
51 # define BLI_MATH_GCC_WARN_PRAGMA 1