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

Upstream fallback implementation for inline asm to rustc #1205

Open
bjorn3 opened this issue Nov 20, 2021 · 1 comment
Open

Upstream fallback implementation for inline asm to rustc #1205

bjorn3 opened this issue Nov 20, 2021 · 1 comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.

Comments

@bjorn3
Copy link
Member

bjorn3 commented Nov 20, 2021

This would allow other backends to use it too if they don't natively support inline asm.

Depends on #1204.

@bjorn3 bjorn3 added the C-enhancement Category: An issue proposing an enhancement or a PR with one. label Nov 20, 2021
@bjorn3
Copy link
Member Author

bjorn3 commented Mar 27, 2025

rust-lang/rust#134232 will share the naked_asm!() impl between all codegen backends.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.
Projects
None yet
Development

No branches or pull requests

1 participant