Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove RGBA codepaths using std::simd types since they regress perfor… #573

Closed
wants to merge 1 commit into from

Conversation

Shnatsel
Copy link
Contributor

…mance on Windows, see #567

Keeps the actually different and interesting RGB (3 and 6 bpp) codepaths for now.

@Shnatsel
Copy link
Contributor Author

This is probably too sweeping - this is a significant regression for the bpp=8 case on Zen 4. Dropping the bpp=4 case only should eliminate the Windows regression without tanking performance for bpp=8.

@Shnatsel Shnatsel closed this Feb 16, 2025
@Shnatsel
Copy link
Contributor Author

I proposed a more conservative version of this in #574

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.

1 participant