Skip to content

WIP: SimpleRA BigInt Rewrite #18073

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

Closed
wants to merge 8 commits into from
Closed

Conversation

d10c
Copy link
Contributor

@d10c d10c commented Nov 22, 2024

Not intended for merging, merely performance meansurements of BigInt.

@github-actions github-actions bot added the C++ label Nov 22, 2024
@d10c d10c force-pushed the d10c/simplera-bigint-rewrite branch from 6e98da5 to 78e8de4 Compare November 22, 2024 13:34
@@ -1500,14 +1480,14 @@
}

/** Utility for `linearBoundFromGuard`. */
private predicate getBounds(Expr expr, float boundValue, boolean isLowerBound) {
private predicate getBounds(Expr expr, QlBuiltins::BigInt boundValue, boolean isLowerBound) {

Check warning

Code scanning / CodeQL

Predicates starting with "get" or "as" should return a value Warning

This predicate starts with 'get' but does not return a value.
@d10c d10c closed this Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant