Skip to content

Conversation

@shikharish
Copy link
Contributor

No description provided.

Signed-off-by: Shikhar <shikharish05@gmail.com>
#if defined(__GNUC__) || defined(__clang__)
#define COUNTERS_FLATTEN __attribute__((flatten, always_inline)) inline
#else
#define COUNTERS_FLATTEN __forceinline
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't work in some cases, but, yeah, i'll merge and fix.

@lemire lemire merged commit 06211d1 into lemire:main Dec 24, 2025
@lemire
Copy link
Owner

lemire commented Dec 24, 2025

Merged.

@lemire
Copy link
Owner

lemire commented Dec 24, 2025

@shikharish

In the case of the bench_ip benchmark, the function being called is large (processing kilobytes of data).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants