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

AVX2 and SSSE3 play together fix #98

Merged
merged 4 commits into from
Nov 6, 2019
Merged

Conversation

gfoidl
Copy link
Owner

@gfoidl gfoidl commented Nov 6, 2019

In decoding a change in #95 resulted in SSSE3 path starting over from beginning, resulting in bad perf.
See #95 (comment) and that's the initial reason why I had the else if instead of eating the remainder with SSSE3.
This fixes that, and adds tests for verification.

@gfoidl gfoidl added bug Something isn't working perf labels Nov 6, 2019
@gfoidl gfoidl added this to the v1.0.1 milestone Nov 6, 2019
@gfoidl gfoidl self-assigned this Nov 6, 2019
@gfoidl gfoidl merged commit f555af3 into master Nov 6, 2019
@gfoidl gfoidl deleted the avx2_ssse3_play_together_fix branch November 6, 2019 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working perf
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant