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

Use asm-based atomic load/store on thumbv6m #18

Merged
merged 1 commit into from
Jul 23, 2022
Merged

Use asm-based atomic load/store on thumbv6m #18

merged 1 commit into from
Jul 23, 2022

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Jul 23, 2022

Atomic types on thumbv6m will be removed from the standard library: rust-lang/rust#99595

This patch implements the equivalent of the atomic types that will be removed in rust-lang/rust#99595.
Note that this patch does not drop support for compilers older than 1.59.

@taiki-e taiki-e added the O-arm Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state label Jul 23, 2022
@taiki-e
Copy link
Owner Author

taiki-e commented Jul 23, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Jul 23, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-arm Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant