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

Implement compiler-rt __multi3 for arm #11499

Merged
merged 2 commits into from
Nov 30, 2021

Conversation

straight-shoota
Copy link
Member

This patch implements compiler-rt's __multi3 (multiplication of 128-bit integers). This fill-in is apparently only necessary on arm, on all other platforms, the function is available.

Resolves #11497

@straight-shoota straight-shoota added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:stdlib:numeric platform:arm labels Nov 26, 2021
Copy link
Member

@beta-ziliani beta-ziliani left a comment

Choose a reason for hiding this comment

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

🚀

@straight-shoota straight-shoota added this to the 1.3.0 milestone Nov 29, 2021
@straight-shoota straight-shoota merged commit 085e82d into crystal-lang:master Nov 30, 2021
@straight-shoota straight-shoota deleted the feature/multi3 branch November 30, 2021 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. platform:arm topic:stdlib:numeric
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't build any programs on 32-bit ARM
3 participants