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

[MultiCycleDivider] Patch of prior bug fix to properly support unsigned division #141

Merged
merged 3 commits into from
Nov 21, 2024

Conversation

kimmeljo
Copy link
Contributor

Description & Motivation

This patch addresses a bug in the previous fix for MultiCycleDivider (proper support for unsigned division) that caused certain division operations to be performed incorrectly due to checking of improper bits.

Related Issue(s)

Testing

Added an explicit unit test on a known case where pre-patch functionality was broken.

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

This is fully backwards compatible as the patch is entirely internal to the implementation.

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

No explicit documentation was required for the patch but documentation was still enhanced to discuss performance of the module in more detail (motivated by this fix).

Copy link
Contributor

@mkorbel1 mkorbel1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@desmonddak desmonddak merged commit bf4106e into intel:main Nov 21, 2024
4 checks passed
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.

3 participants