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

Vectorize two loops in the LV2 process function #4343

Merged
merged 1 commit into from
Sep 30, 2021

Conversation

daschuer
Copy link
Member

Inspired form #4341 I have checked if the [] operator of std::vector suits for aromatic vectorisation of loops.

Result: Yes it does!

As a drive by result, I have found two loops that where not vectored. With this PR the gcc compiler applies vectorisation to them.

Copy link
Contributor

@Be-ing Be-ing left a comment

Choose a reason for hiding this comment

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

Waiting for CI

@Be-ing Be-ing merged commit 12a7720 into mixxxdj:main Sep 30, 2021
@daschuer daschuer deleted the lv2vectorize branch April 14, 2022 21:20
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