Skip to content

Add __floatdisf and __floatundisf intrinsics #234

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 2 commits into from
Apr 5, 2018
Merged

Add __floatdisf and __floatundisf intrinsics #234

merged 2 commits into from
Apr 5, 2018

Conversation

ketsuban
Copy link
Contributor

I created this some months back for personal use - I didn't create a PR then because I suspected the actual solution should be more involved than cargo-culting the existing implementation of __floatdidf and __floatundidf and changing the type, but @alexcrichton said I should be bold.

Resolves issue #216.

@alexcrichton
Copy link
Member

Thanks! Looks like CI may be failing though, but I think that's just due to the need to remove these files getting built from the build script?

@alexcrichton
Copy link
Member

It also looks like there's an implementation optimized for i386, perhaps that could still be compiled in and used by default?

@ketsuban
Copy link
Contributor Author

ketsuban commented Apr 5, 2018

I plead the I-don't-know-what-I'm-doing. It doesn't look like these CI failures are anything to do with me, but I've left this PR open to maintainers. It's been a while since I had cause to touch this repo, and I don't want to poke blindly.

@alexcrichton
Copy link
Member

Oh no worries! I think this should be fixed by removing these two lines

@alexcrichton alexcrichton merged commit cb04a07 into rust-lang:master Apr 5, 2018
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