Open
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.