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

Add 128-bit atomics #38959

Merged
merged 1 commit into from
Feb 5, 2017
Merged

Add 128-bit atomics #38959

merged 1 commit into from
Feb 5, 2017

Conversation

Amanieu
Copy link
Member

@Amanieu Amanieu commented Jan 10, 2017

This is currently only supported on AArch64 since that is the only target which unconditionally supports 128-bit atomic operations.

cc #35118

@rust-highfive
Copy link
Collaborator

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton alexcrichton added the T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. label Jan 19, 2017
@BurntSushi
Copy link
Member

This seems fine to me.

cc @rust-lang/libs

@aturon
Copy link
Member

aturon commented Jan 23, 2017

I'm also fine with this.

@alexcrichton
Copy link
Member

👍

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Feb 4, 2017

📌 Commit 9903975 has been approved by alexcrichton

frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 5, 2017
Add 128-bit atomics

This is currently only supported on AArch64 since that is the only target which unconditionally supports 128-bit atomic operations.

cc rust-lang#35118
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 5, 2017
Add 128-bit atomics

This is currently only supported on AArch64 since that is the only target which unconditionally supports 128-bit atomic operations.

cc rust-lang#35118
bors added a commit that referenced this pull request Feb 5, 2017
@bors bors merged commit 9903975 into rust-lang:master Feb 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants