Skip to content

Vectorize two loops in the LV2 process function#4343

Merged
Be-ing merged 1 commit into
mixxxdj:mainfrom
daschuer:lv2vectorize
Sep 30, 2021
Merged

Vectorize two loops in the LV2 process function#4343
Be-ing merged 1 commit into
mixxxdj:mainfrom
daschuer:lv2vectorize

Conversation

@daschuer
Copy link
Copy Markdown
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
Copy Markdown
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