Skip to content

Avoid feature(asm_experimental_arch) on arches that don't need it.#1613

Merged
sunfishcode merged 1 commit intomainfrom
sunfishcode/asm-experimental-arch
Apr 18, 2026
Merged

Avoid feature(asm_experimental_arch) on arches that don't need it.#1613
sunfishcode merged 1 commit intomainfrom
sunfishcode/asm-experimental-arch

Conversation

@sunfishcode
Copy link
Copy Markdown
Member

Per rust-lang/rust#93335, inline asm is stablized on powerpc and s390x, so avoid using feature(asm_experimental_arch) on those architectures.

Per rust-lang/rust#93335, inline asm is stablized on powerpc and s390x,
so avoid using `feature(asm_experimental_arch)` on those architectures.
@sunfishcode sunfishcode merged commit 9f588bc into main Apr 18, 2026
42 of 51 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/asm-experimental-arch branch April 18, 2026 01:15
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.

1 participant