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

Remove naked_functions feature usage for x86 (#722) #1182

Merged
merged 8 commits into from
Oct 18, 2024
Merged

Conversation

sunfishcode
Copy link
Member

Given that this function has no generics, it could easily use global_asm! instead.

This is a backport of #722, except without the part that removes outline asm for x86, as that's still needed on the 0.37 branch. It fixes compilation errors on the 0.37 when compiled with the latest nightly, due to asm! in #[naked] functions needed to be change to naked_asm!.

Fixes #1181.

nbdd0121 and others added 3 commits October 13, 2024 07:34
Given that this function has no generics, it could easily use `global_asm!`
instead.

This is a backport of #722, except without the part that removes
outline asm for x86, as that's still needed on the 0.37 branch. It
fixes compilation errors on the 0.37 when compiled with the latest
nightly, due to `asm!` in `#[naked]` functions needed to be change
to `naked_asm!`.

Fixes #1181.
Remove freebsd-12, as it is no longer supported. And, update
freebsd-13 to freebsd-13-3.
@sunfishcode sunfishcode merged commit b720e07 into 0.37 Oct 18, 2024
42 checks passed
@sunfishcode sunfishcode deleted the 0.37-updates branch October 18, 2024 22:41
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.

2 participants