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

Use SIMD via autovec in macroblock_filter #2021

Closed
wants to merge 3 commits into from

Conversation

Shnatsel
Copy link
Contributor

Ekes out a slight but measurable performance improvement (at around 1%) on top of #2020 because this function is not very hot.

Depends on #2020 which should be reviewed first.

This might not be worth it because it would make the scalar fallback slower, due to the one extra element being processed, but since I wrote it I thought I might as well show it.

@Shnatsel
Copy link
Contributor Author

Tests fail so I'm going to close this

@Shnatsel Shnatsel closed this Sep 29, 2023
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