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

Linear smoother #703

Merged
merged 2 commits into from
Mar 13, 2021
Merged

Linear smoother #703

merged 2 commits into from
Mar 13, 2021

Conversation

jpcima
Copy link
Collaborator

@jpcima jpcima commented Mar 13, 2021

Implements the linear smoother, with SSE optimization, faster by 10x than the previous one.
This matches ARIA near perfectly. (except smoothcc still limited to max 100)

@jpcima
Copy link
Collaborator Author

jpcima commented Mar 13, 2021

Old implementation is still there if one needs it.
In my system, _mm_store_ps vs _mm_storeu_ps makes next to no difference.

@jpcima jpcima merged commit 5215004 into sfztools:develop Mar 13, 2021
@jpcima jpcima deleted the linear-smoother branch March 13, 2021 19:01
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