Skip to content
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

win64 generates SSE instructions even when they are disabled with -sse #1754

Closed
AndrewScull opened this issue Sep 22, 2016 · 1 comment
Closed

Comments

@AndrewScull
Copy link

Following the advice of #1364, I tried to avoid using SSE instructions by disabling MMX and SSE, and enabling soft-float with the features field of my tagert "features": "-mmx,-sse,+soft-float". However, when using an extern "win64" function for my UEFI entry point, movaps instructions are still generated to save and restore the xmm6-15 registers.

I have put together a minimal example to demonstate the problem.

@AndrewScull
Copy link
Author

Don't think this was the right repo, have moved to rust-lang/rust#36653.

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

No branches or pull requests

1 participant