Skip to content

Commit

Permalink
Always use FORCE_INLINE to aid compiler optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Nov 2, 2022
1 parent dc6fef7 commit a302995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sse2neon.h
Original file line number Diff line number Diff line change
Expand Up @@ -8905,7 +8905,7 @@ static cmpestr_func_t _sse2neon_cmpfunc_table[] = {
#undef _
};

static inline int _sse2neon_sido_negative(int res, int lb, int imm8, int bound)
FORCE_INLINE int _sse2neon_sido_negative(int res, int lb, int imm8, int bound)
{
switch (imm8 & 0x30) {
case _SIDD_NEGATIVE_POLARITY:
Expand Down

0 comments on commit a302995

Please sign in to comment.