Skip to content

Conversation

9il
Copy link
Member

@9il 9il commented Feb 20, 2015

Depends on dlang/dmd#4425

9il added a commit to 9il/dmd that referenced this pull request Feb 20, 2015
dlang/phobos#3014 depends on
this PR.
@9il 9il mentioned this pull request Feb 20, 2015
@burner
Copy link
Member

burner commented Mar 10, 2015

LGTM

redstar pushed a commit to ldc-developers/dmd-testsuite that referenced this pull request Mar 23, 2015
dlang/phobos#3014 depends on
this PR.
@burner
Copy link
Member

burner commented Apr 8, 2015

@9il do you have anything to add here?

@9il
Copy link
Member Author

9il commented Apr 8, 2015

No, I have not. Other stuff like log can be implemented in D.

@burner
Copy link
Member

burner commented Apr 8, 2015

Auto-merge toggled on

@9il
Copy link
Member Author

9il commented Apr 8, 2015

Thanks!

@burner
Copy link
Member

burner commented Apr 8, 2015

thank you

burner added a commit that referenced this pull request Apr 8, 2015
std.math: №4, workaround for intrinsics
@burner burner merged commit e5f9e07 into dlang:master Apr 8, 2015
double rndtol(double x) @safe pure nothrow @nogc { return rndtol(cast(real)x); }
//FIXME
///ditto
float rndtol(float x) @safe pure nothrow @nogc { return rndtol(cast(real)x); }
Copy link
Contributor

Choose a reason for hiding this comment

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

??? Why did this get merged? The return type is obviously wrong!

Copy link
Member Author

Choose a reason for hiding this comment

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

O_o. I will create new PR right now

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks! PR #3166

dnadlinger added a commit that referenced this pull request Apr 8, 2015
@9il 9il deleted the intrinsic branch April 8, 2015 11:52
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.

3 participants