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

Support inline asm on AArch64 #1396

Merged
merged 3 commits into from
Oct 5, 2023
Merged

Support inline asm on AArch64 #1396

merged 3 commits into from
Oct 5, 2023

Conversation

Cranelift doesn't support any 32bit target yet and this helps with
keeping everything in sync.
Also stop changing the frame pointer on x86_64. This confuses unwinders.
Riscv support is not currently being tested so it is likely broken.
Removing it may avoid confusion in the future.
@bjorn3 bjorn3 merged commit e825497 into master Oct 5, 2023
37 of 38 checks passed
@bjorn3 bjorn3 deleted the aarch64_asm branch October 5, 2023 19:47
@bjorn3 bjorn3 mentioned this pull request Oct 5, 2023
21 tasks
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.

Implement inline asm for aarch64
1 participant