Skip to content

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Apr 5, 2017

With -mcpu=power4, code might use instructions like fcfid, excluding
older CPUs like the PowerPC G4, which apparently some users would like
to use. The generic -mcpu=powerpc should stick to pure 32-bit PowerPC
instructions.

Fixes rust-lang/cargo#3852.

@rust-highfive
Copy link
Contributor

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

With `-mcpu=power4`, code might use instructions like `fcfid`, excluding
older CPUs like the PowerPC G4, which apparently some users would like
to use.  The generic `-mcpu=powerpc` should stick to pure 32-bit PowerPC
instructions.

Fixes rust-lang/cargo#3852.
@alexcrichton
Copy link
Member

@bors: r+

Thanks @cuviper!

@bors
Copy link
Collaborator

bors commented Apr 5, 2017

📌 Commit 608e8fe has been approved by alexcrichton

frewsxcv added a commit to frewsxcv/rust that referenced this pull request Apr 6, 2017
…hton

dist-powerpc-linux: use a pure 32-bit CPU profile

With `-mcpu=power4`, code might use instructions like `fcfid`, excluding
older CPUs like the PowerPC G4, which apparently some users would like
to use.  The generic `-mcpu=powerpc` should stick to pure 32-bit PowerPC
instructions.

Fixes rust-lang/cargo#3852.
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Apr 6, 2017
…hton

dist-powerpc-linux: use a pure 32-bit CPU profile

With `-mcpu=power4`, code might use instructions like `fcfid`, excluding
older CPUs like the PowerPC G4, which apparently some users would like
to use.  The generic `-mcpu=powerpc` should stick to pure 32-bit PowerPC
instructions.

Fixes rust-lang/cargo#3852.
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Apr 7, 2017
…hton

dist-powerpc-linux: use a pure 32-bit CPU profile

With `-mcpu=power4`, code might use instructions like `fcfid`, excluding
older CPUs like the PowerPC G4, which apparently some users would like
to use.  The generic `-mcpu=powerpc` should stick to pure 32-bit PowerPC
instructions.

Fixes rust-lang/cargo#3852.
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Apr 7, 2017
…hton

dist-powerpc-linux: use a pure 32-bit CPU profile

With `-mcpu=power4`, code might use instructions like `fcfid`, excluding
older CPUs like the PowerPC G4, which apparently some users would like
to use.  The generic `-mcpu=powerpc` should stick to pure 32-bit PowerPC
instructions.

Fixes rust-lang/cargo#3852.
bors added a commit that referenced this pull request Apr 7, 2017
Rollup of 9 pull requests

- Successful merges: #40797, #41047, #41056, #41061, #41075, #41080, #41120, #41130, #41131
- Failed merges:
@bors bors merged commit 608e8fe into rust-lang:master Apr 7, 2017
@bors
Copy link
Collaborator

bors commented Apr 7, 2017

⌛ Testing commit 608e8fe with merge 53f4bc3...

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.

5 participants