 |
Blender V5.0
|
Go to the documentation of this file.
13#define BLI_MATH_DO_INLINE 1
17# define MINLINE inline __forceinline
18# define MALWAYS_INLINE MINLINE
20# define MINLINE inline
21# define MALWAYS_INLINE inline __attribute__((always_inline)) __attribute__((unused))
25# define MALWAYS_INLINE
30# define BLI_MATH_GCC_WARN_PRAGMA 1