Skip to content

Commit

Permalink
compat/macros: actually enable always_inline
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Mar 24, 2024
1 parent 3fe7476 commit b13b7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/macros.h
Expand Up @@ -9,7 +9,7 @@
#if defined _MSC_VER
# define force_inline __forceinline
#else
# define force_inline __attribute__((always_inline))
# define force_inline __attribute__((always_inline)) inline
#endif

#if !defined likely
Expand Down

0 comments on commit b13b7d3

Please sign in to comment.