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

Rasterizer: Use multiplication instead of shifts in DrawTriangleFrontFace #3051

Merged
merged 1 commit into from Sep 17, 2015

Conversation

lioncash
Copy link
Member

The left-hand-side is negative at some point; the left shifting of which is considered undefined by the standard (despite usually getting intended results on 2s complement machines).

…Face

The left-hand-side is negative at some point which is considered undefined by the standard.
degasus added a commit that referenced this pull request Sep 17, 2015
Rasterizer: Use multiplication instead of shifts in DrawTriangleFrontFace
@degasus degasus merged commit 7974b70 into dolphin-emu:master Sep 17, 2015
@lioncash lioncash deleted the mul branch September 17, 2015 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants