 |
Blender
V3.3
|
Go to the documentation of this file.
16 #define BLI_MATH_DO_INLINE 1
18 #if BLI_MATH_DO_INLINE
20 # define MINLINE static __forceinline
21 # define MALWAYS_INLINE MINLINE
23 # define MINLINE static inline
24 # define MALWAYS_INLINE static inline __attribute__((always_inline)) __attribute__((unused))
28 # define MALWAYS_INLINE
32 #if (defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 406))
33 # define BLI_MATH_GCC_WARN_PRAGMA 1