Skip to content

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.

3 participants