 |
Blender V4.3
|
Go to the documentation of this file.
17#define BLI_MATH_DO_INLINE 1
21# define MINLINE static __forceinline
22# define MALWAYS_INLINE MINLINE
24# define MINLINE static inline
25# define MALWAYS_INLINE static inline __attribute__((always_inline)) __attribute__((unused))
29# define MALWAYS_INLINE
34# define BLI_MATH_GCC_WARN_PRAGMA 1