Skip to content

Add 128-bit atomics - #38959

Merged
bors merged 1 commit into
rust-lang:masterfrom
Amanieu:atomic128
Feb 5, 2017
Merged

Add 128-bit atomics#38959
bors merged 1 commit into
rust-lang:masterfrom
Amanieu:atomic128

Conversation

@Amanieu

Copy link
Copy Markdown
Member

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
Copy Markdown
Contributor

r? @brson

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

@alexcrichtonalexcrichton added the T-libs-api [DEPRECATED; DO NOT USE] label Jan 19, 2017
@BurntSushi

Copy link
Copy Markdown
Member

This seems fine to me.

cc @rust-lang/libs

@aturon

Copy link
Copy Markdown
Contributor

I'm also fine with this.

@alexcrichton

Copy link
Copy Markdown
Member

👍

@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+

@bors

bors commented Feb 4, 2017

Copy link
Copy Markdown
Collaborator

📌 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
@frewsxcvfrewsxcv mentioned this pull request Feb 5, 2017
@frewsxcvfrewsxcv mentioned this pull request Feb 5, 2017
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
@frewsxcvfrewsxcv mentioned this pull request Feb 5, 2017
bors added a commit that referenced this pull request Feb 5, 2017
@bors
bors merged commit 9903975 into rust-lang:masterFeb 5, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-libs-api[DEPRECATED; DO NOT USE]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Amanieu@rust-highfive@BurntSushi@aturon@alexcrichton@bors@brson