Skip to content

Add ADX-related intrinsics #631

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jan 7, 2019
Merged

Conversation

alexcrichton
Copy link
Member

Closes #322

@alexcrichton alexcrichton force-pushed the adx branch 2 times, most recently from aa0b548 to d865c17 Compare January 7, 2019 16:03
@alexcrichton alexcrichton merged commit d464018 into rust-lang:master Jan 7, 2019
@alexcrichton alexcrichton deleted the adx branch January 7, 2019 16:04
/// the carry-out is returned (carry or overflow flag).
#[inline]
#[target_feature(enable = "adx")]
#[cfg_attr(test, assert_instr(adc))]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is correct, it should say adcx

Copy link
Contributor

@gnzlbg gnzlbg Jan 31, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jethrogb Could you submit a PR with that fix?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think some work is involved in actually making it work that way, see #663

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've opened an issue so that we don't forget about this #666

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants