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

Check for target features #3

Open
m-ou-se opened this issue Aug 13, 2020 · 1 comment
Open

Check for target features #3

m-ou-se opened this issue Aug 13, 2020 · 1 comment

Comments

@m-ou-se
Copy link
Owner

m-ou-se commented Aug 13, 2020

-C target-feature= allows disabling sse2, mmx, etc. We should check for the right features on all targets.

@m-ou-se
Copy link
Owner Author

m-ou-se commented Aug 13, 2020

E.g. rustc --print cfg -C target-feature=-fxsr,-mmx,-sse,-sse2,+soft-float

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