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

MULDIV optimization #238

Merged
merged 4 commits into from
Dec 11, 2021
Merged

MULDIV optimization #238

merged 4 commits into from
Dec 11, 2021

Conversation

stnolting
Copy link
Owner

This PR optimizes the logic of the CPU's MULDIV co-processor (M ISA extension):

  • multiplications and divisions are 1 cycle faster
  • reduced hardware utilization

@stnolting stnolting added the HW hardware-related label Dec 10, 2021
@stnolting stnolting self-assigned this Dec 10, 2021
@stnolting stnolting marked this pull request as ready for review December 10, 2021 18:14
@stnolting stnolting merged commit 863d0bd into master Dec 11, 2021
@stnolting stnolting deleted the muldiv_optimization branch December 11, 2021 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant