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

Optimize NEON shuffles #8

Open
redorav opened this issue Apr 17, 2018 · 0 comments
Open

Optimize NEON shuffles #8

redorav opened this issue Apr 17, 2018 · 0 comments
Assignees

Comments

@redorav
Copy link
Owner

redorav commented Apr 17, 2018

They're too generic currently and inefficient. We can probably specialize most combinations using constructs such as

vcombine_f32(vget_high_f32(x), vget_low_f32(y))
vrev64q_f32(x)

etc.

@redorav redorav self-assigned this Apr 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant