Re: [PATCH] gcc: invoke: delete -mno-fma4 docs

2016-02-03 Thread Bernd Schmidt
On 02/01/2016 08:13 AM, Mike Frysinger wrote: We don't document the -mno-xxx variants for other flags here, and the paragraph here specifically says "Each has a corresponding -mno- option to disable use of these instructions". Drop the -mno-fma4 line. 2016-01-31 Mike Frysinger * doc

[PATCH] gcc: invoke: delete -mno-fma4 docs

2016-01-31 Thread Mike Frysinger
We don't document the -mno-xxx variants for other flags here, and the paragraph here specifically says "Each has a corresponding -mno- option to disable use of these instructions". Drop the -mno-fma4 line. 2016-01-31 Mike Frysinger * doc/invoke.texi: Delete -mno-fma4. --- gcc/doc/inv