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

chore(runtime): Optimize abs in runtime/bigint #1941

Merged
merged 1 commit into from
Dec 31, 2023

Conversation

spotandjake
Copy link
Member

Optimizes absi32 and absi64 in runtime/bigint to avoid branching.

Closes: #1188

@spotandjake spotandjake self-assigned this Dec 30, 2023
@spotandjake spotandjake changed the title feat(runtime): Optimize abs in runtime/bigint chore(runtime): Optimize abs in runtime/bigint Dec 30, 2023
@spotandjake spotandjake force-pushed the spotandjake-opt-bigint-abs branch from 4ea4d04 to 348d620 Compare December 30, 2023 01:59
@phated phated added this pull request to the merge queue Dec 31, 2023
Merged via the queue into grain-lang:main with commit e50866f Dec 31, 2023
12 checks passed
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.

Faster BigInt Absolute Value Algorithm
2 participants