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

Clippy comments #532

Merged
merged 1 commit into from
Apr 23, 2019
Merged

Clippy comments #532

merged 1 commit into from
Apr 23, 2019

Conversation

fulmicoton
Copy link
Collaborator

Various clippy comments

Clippy complaints that about the cast of &[u32] to a *const __m128i,
because of the lack of alignment constraints.

This commit passes the OutputBuffer object (which enforces proper
    alignment) instead of `&[u32]`.
@fulmicoton fulmicoton merged commit a228825 into master Apr 23, 2019
@fulmicoton fulmicoton deleted the clippy branch April 23, 2019 00:54
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