Skip to content

Use the Rust implementation of udivsi3 on ARM #174

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

Merged
merged 1 commit into from
Jul 3, 2017

Conversation

alexcrichton
Copy link
Member

Although compiler-rt presumably has a more optimized implementation written in
assembly, it appears buggy for whatever reason, causing #173.

For now let's see if integration into rust-lang/rust will work with the
Rust-defined implementation!

@alexcrichton
Copy link
Member Author

@bors: r+

@bors
Copy link
Contributor

bors commented Jul 3, 2017

📌 Commit ecdaa14 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Jul 3, 2017

⌛ Testing commit ecdaa14 with merge 81bc372...

bors added a commit that referenced this pull request Jul 3, 2017
Use the Rust implementation of udivsi3 on ARM

Although compiler-rt presumably has a more optimized implementation written in
assembly, it appears buggy for whatever reason, causing #173.

For now let's see if integration into rust-lang/rust will work with the
Rust-defined implementation!
@alexcrichton
Copy link
Member Author

@bors: r+

@bors
Copy link
Contributor

bors commented Jul 3, 2017

📌 Commit f052f78 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Jul 3, 2017

⌛ Testing commit f052f78 with merge b81791c...

bors added a commit that referenced this pull request Jul 3, 2017
Use the Rust implementation of udivsi3 on ARM

Although compiler-rt presumably has a more optimized implementation written in
assembly, it appears buggy for whatever reason, causing #173.

For now let's see if integration into rust-lang/rust will work with the
Rust-defined implementation!
@bors
Copy link
Contributor

bors commented Jul 3, 2017

💔 Test failed - status-travis

Although compiler-rt presumably has a more optimized implementation written in
assembly, it appears buggy for whatever reason, causing rust-lang#173.

For now let's see if integration into rust-lang/rust will work with the
Rust-defined implementation!
@alexcrichton
Copy link
Member Author

@bors: r+

@bors
Copy link
Contributor

bors commented Jul 3, 2017

📌 Commit 681aaa9 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Jul 3, 2017

⌛ Testing commit 681aaa9 with merge 906b2bf...

bors added a commit that referenced this pull request Jul 3, 2017
Use the Rust implementation of udivsi3 on ARM

Although compiler-rt presumably has a more optimized implementation written in
assembly, it appears buggy for whatever reason, causing #173.

For now let's see if integration into rust-lang/rust will work with the
Rust-defined implementation!
@bors
Copy link
Contributor

bors commented Jul 3, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing 906b2bf to master...

@bors bors merged commit 681aaa9 into rust-lang:master Jul 3, 2017
@alexcrichton alexcrichton deleted the less-compiler-rt branch July 4, 2017 02:16
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.

2 participants