On Thu, Dec 15, 2022 at 3:39 PM Jakub Jelinek <ja...@redhat.com> wrote: > > On Thu, Dec 15, 2022 at 02:21:37PM +0800, liuhongt via Gcc-patches wrote: > > --- a/gcc/config/i386/i386.opt > > +++ b/gcc/config/i386/i386.opt > > @@ -420,6 +420,10 @@ mpc80 > > Target RejectNegative > > Set 80387 floating-point precision to 80-bit. > > > > +mdaz-ftz > > +Target > > s/Target/Driver/ Change to Driver and Got error like:cc1: error: command-line option ‘-mdaz-ftz’ is valid for the driver but not for C. > > > +Set the FTZ and DAZ Flags. > > Jakub >
-- BR, Hongtao