There was an error while loading. Please reload this page.
2 parents 3d7c1a8 + 2336068 commit c506611Copy full SHA for c506611
1 file changed
avs_core/include/avs/config.h
@@ -81,11 +81,9 @@
81
# define CLANG
82
#if defined(_MSC_VER)
83
# define MSVC
84
-# define AVS_FORCEINLINE __attribute__((always_inline))
85
-#else
86
-# define AVS_FORCEINLINE __attribute__((always_inline)) inline
87
#endif
88
-#elif defined(_MSC_VER)
+# define AVS_FORCEINLINE __attribute__((always_inline)) inline
+#elif defined(_MSC_VER)
89
90
# define MSVC_PURE
91
# define AVS_FORCEINLINE __forceinline
0 commit comments