On 04/10/2018 05:06 PM, Segher Boessenkool wrote: > Hi! > > On Tue, Apr 10, 2018 at 02:26:32PM +0200, Martin Liška wrote: >> It's quite obvious documentation patch does: >> ./xgcc -B. --help=target 2>&1 | grep mpri >> -mprioritize-restricted-insns=<0,2> Specify scheduling priority for >> dispatch slot restricted insns. > > Showing this as a range is misleading, it's really more like an enum > (but not implemented that way). And 1 is _higher_ priority than 2.
Ok, understood. Martin > > > Segher >