Skip to content

Commit

Permalink
Update ALWAYS_INLINE fallback macro
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Jun 21, 2024
1 parent 3e6e215 commit f4f3c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#elif defined(_MSC_VER)
#define ALWAYS_INLINE __forceinline
#else
#define ALWAYS_INLINE
#define ALWAYS_INLINE inline
#endif

#if __has_attribute(noinline)
Expand Down

0 comments on commit f4f3c91

Please sign in to comment.