Skip to content

Choose target features #5996

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 23, 2013
Merged

Choose target features #5996

merged 2 commits into from
Apr 23, 2013

Conversation

sanxiyn
Copy link
Member

@sanxiyn sanxiyn commented Apr 22, 2013

Fix #1879.

@sanxiyn
Copy link
Member Author

sanxiyn commented Apr 22, 2013

Given:

// test.rs
fn test(a: float, b: float) -> float { a * b }
fn main() {}
# On 32-bit x86, SSE2 is preferred if available
$ rustc -S test.rs -o - | grep mul
fmulp
$ rustc --target-feature +sse2 -S test.rs -o - | grep mul
mulsd

bors added a commit that referenced this pull request Apr 23, 2013
@bors bors closed this Apr 23, 2013
@bors bors merged commit da4bc49 into rust-lang:incoming Apr 23, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Sep 10, 2020
Allow GraphQL in docs without backticks

changelog: Allow "GraphQL" in [`doc_markdown`] without backticks.
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