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 intrinsic checkup on arguments number #28103

Merged
merged 3 commits into from
Aug 31, 2015

Conversation

GuillaumeGomez
Copy link
Member

Fixes #28062

@rust-highfive
Copy link
Collaborator

r? @pnkfelix

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

@GuillaumeGomez GuillaumeGomez changed the title Fix intrinsic Add intrinsic checkup on arguments number Aug 30, 2015
struct f64x2(f64, f64);

extern "platform-intrinsic" {
fn x86_mm_movemask_pd(x: f64x2, y: f64x2) -> i32; // ok!
Copy link
Member

Choose a reason for hiding this comment

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

This is still wrong, it should take just one argument.

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh my bad ! I change it right away !

@huonw
Copy link
Member

huonw commented Aug 31, 2015

@bors r+

@bors
Copy link
Contributor

bors commented Aug 31, 2015

📌 Commit bc024d2 has been approved by huonw

@bors
Copy link
Contributor

bors commented Aug 31, 2015

⌛ Testing commit bc024d2 with merge 811868e...

bors added a commit that referenced this pull request Aug 31, 2015
@bors bors merged commit bc024d2 into rust-lang:master Aug 31, 2015
@GuillaumeGomez GuillaumeGomez deleted the fix-intrinsic branch August 31, 2015 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants