-
Notifications
You must be signed in to change notification settings - Fork 42
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
AltiVec gfx/ycbcr has some inefficiencies #470
Comments
classilla
added a commit
that referenced
this issue
Jan 27, 2018
Actually, the unaligned stores are probably optimal since we have no alignment guarantees in the original x86. Even switching to double could hurt, since the doubles may not be 8-byte aligned, and would cause a hardware fault. But there are still a couple other things to do. |
classilla
added a commit
that referenced
this issue
Jan 27, 2018
classilla
added a commit
that referenced
this issue
Jan 27, 2018
This is notably better and I'm not sure we can improve further, so let's call it good. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: