Skip to content

Remove the x86-specific floating-point builtins #11

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
Aug 8, 2016

Conversation

Amanieu
Copy link
Member

@Amanieu Amanieu commented Aug 8, 2016

These implementations are unsuitable for environments that can't use FP/SSE registers, such as kernels. We're better off just using the generic soft-float version instead.

@japaric
Copy link
Member

japaric commented Aug 8, 2016

Sounds good to me. (This needs a rebase)

@Amanieu Amanieu force-pushed the remove_x86_float_builtins branch from d77f3a4 to 065aaa9 Compare August 8, 2016 07:37
@Amanieu
Copy link
Member Author

Amanieu commented Aug 8, 2016

Done

@japaric japaric merged commit 1b0915d into rust-lang:master Aug 8, 2016
tgross35 pushed a commit to tgross35/compiler-builtins that referenced this pull request Feb 23, 2025
80: Add sin and cos r=japaric a=porglezomp

Closes rust-lang#11 
Closes rust-lang#33

Co-authored-by: C Jones <[email protected]>
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