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

Lab 8: Divide by Two #55

Open
mgsanusi opened this issue Apr 2, 2018 · 0 comments
Open

Lab 8: Divide by Two #55

mgsanusi opened this issue Apr 2, 2018 · 0 comments

Comments

@mgsanusi
Copy link

mgsanusi commented Apr 2, 2018

For mergesort, add hint that they should use shr or sar instead of idiv.

smasher164 added a commit to smasher164/pdr that referenced this issue May 15, 2018
Fixes markfloryan#55. This change adds a hint for students to use a right-shift instruction when performing a divide-by-two on integers, instead of a division instruction.
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

No branches or pull requests

1 participant