Skip to content

Conversation

sanxiyn
Copy link
Contributor

@sanxiyn sanxiyn commented Apr 22, 2013

Fix #1879.

@sanxiyn
Copy link
Contributor 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