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

Division by multiplication #134

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

Melirius
Copy link
Collaborator

This is of the same speed on my desktop 5950x, but slightly faster on my laptop Ultra 7 155H.

@Melirius Melirius requested a review from mcroomp January 29, 2025 20:59
@Melirius Melirius self-assigned this Jan 29, 2025
} else {
coefficient_tr + 8
});
let prior = div((best_prior.unsigned_abs() >> 13) as i32, recip);
Copy link
Collaborator

Choose a reason for hiding this comment

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

dont't know if optimizer takes care of this, but you could make div take unsigned parameters since you are doing this here, also maybe add the 13 shift to the recip

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.

2 participants