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 use of feature(integer_atomics) #15

Merged
merged 1 commit into from
Jun 17, 2022
Merged

Remove use of feature(integer_atomics) #15

merged 1 commit into from
Jun 17, 2022

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Jun 17, 2022

Fixes subtle behavior differences between stable and nightly (e.g., outline-atomics -- integer_atomics refers to the target feature while our asm refers to the optional feature of this crate.).

Fixes subtle behavior differences between stable and nightly.
@taiki-e taiki-e force-pushed the no-core-atomic-128 branch from 61fe79f to aa690ce Compare June 17, 2022 19:05
@taiki-e
Copy link
Owner Author

taiki-e commented Jun 17, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Jun 17, 2022

Build succeeded:

@bors bors bot merged commit 0f9690f into main Jun 17, 2022
@bors bors bot deleted the no-core-atomic-128 branch June 17, 2022 19:51
@taiki-e taiki-e added O-x86 Target: x86/x64 processors O-aarch64 Target: Armv8-A, Armv8-R, or later processors in AArch64 mode labels Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-aarch64 Target: Armv8-A, Armv8-R, or later processors in AArch64 mode O-x86 Target: x86/x64 processors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant