-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-CLIArea: Command-line interface (CLI) to the compilerArea: Command-line interface (CLI) to the compilerA-targetsArea: Concerning the implications of different compiler targetsArea: Concerning the implications of different compiler targetsT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
I'm raising this issue as I couldn't find an existing tracking issue for the tune-cpu
code generation option being stabilized - and I would like it to be.
A common use of target-cpu
is to specify the oldest type of CPU an application supports. This will unfortunately result in a binary tuned for that specific CPU - since by default tune-cpu
picks up the value from target-cpu
. I would like to be able to use tune-cpu=generic
to resolve this without needing to use the nightly compiler.
Metadata
Metadata
Assignees
Labels
A-CLIArea: Command-line interface (CLI) to the compilerArea: Command-line interface (CLI) to the compilerA-targetsArea: Concerning the implications of different compiler targetsArea: Concerning the implications of different compiler targetsT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.