Skip to content

f32: inline methods with special variant for msvc #30719

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 3 commits into from
Jan 12, 2016
Merged

f32: inline methods with special variant for msvc #30719

merged 3 commits into from
Jan 12, 2016

Conversation

pyfisch
Copy link
Contributor

@pyfisch pyfisch commented Jan 5, 2016

No description provided.

@rust-highfive
Copy link
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@brson
Copy link
Contributor

brson commented Jan 5, 2016

@bors r+

@bors
Copy link
Collaborator

bors commented Jan 5, 2016

📌 Commit a4865de has been approved by brson

@bors
Copy link
Collaborator

bors commented Jan 6, 2016

⌛ Testing commit a4865de with merge 3420e99...

@bors
Copy link
Collaborator

bors commented Jan 6, 2016

💔 Test failed - auto-mac-64-nopt-t

#[cfg(not(target_env = "msvc"))]
fn log10f(f: f32) -> f32 { unsafe { intrinsics::log10f32(f) } }
return unsafe { intrinsics::log10f32(f) };
Copy link
Contributor

Choose a reason for hiding this comment

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

f got left behind here

@pyfisch pyfisch closed this Jan 8, 2016
@pyfisch pyfisch reopened this Jan 8, 2016
@pyfisch
Copy link
Contributor Author

pyfisch commented Jan 8, 2016

Fixed float methods. Build passes.

@durka
Copy link
Contributor

durka commented Jan 8, 2016

\o/

On Fri, Jan 8, 2016 at 3:08 AM, Pyfisch notifications@github.com wrote:

Fixed float methods. Build passes.


Reply to this email directly or view it on GitHub
#30719 (comment).

@alexcrichton
Copy link
Member

@bors: r+ c44e326

@bors
Copy link
Collaborator

bors commented Jan 12, 2016

⌛ Testing commit c44e326 with merge cf8b1ce...

bors added a commit that referenced this pull request Jan 12, 2016
@bors
Copy link
Collaborator

bors commented Jan 12, 2016

💔 Test failed - auto-mac-64-nopt-t

@alexcrichton
Copy link
Member

@bors: retry

On Tue, Jan 12, 2016 at 9:16 AM, bors notifications@github.com wrote:

[image: 💔] Test failed - auto-mac-64-nopt-t
http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/7683


Reply to this email directly or view it on GitHub
#30719 (comment).

@bors bors merged commit c44e326 into rust-lang:master Jan 12, 2016
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.

6 participants