This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Make i386 builtin expanders honour optimize_size


On Mon, 30 Oct 2006, Richard Guenther wrote:
> 2006-10-30  Richard Guenther  <rguenther@suse.de>
>
> 	* config/i386/i386.md (asindf2, asinsf2, asinxf2, acosdf2,
> 	acossf2, acosxf2, log1psf2, log1pdf2, log1pxf2, ilogbsi2,
> 	expsf2, expdf2, expxf2, exp10sf2, exp10df2, exp10xf2,
> 	exp2sf2, exp2df2, exp2xf2, expm1df2, expm1sf2, expm1xf2,
> 	ldexpdf3, ldexpsf3, ldexpxf3, rintxf2, rintdf2, rintsf2,
> 	lround<mode>di2, lround<mode>si2, floorxf2, floordf2, floorsf2,
> 	lfloor<mode>di2, lfloor<mode>si2, ceilxf2, ceildf2, ceilsf2,
> 	btruncxf2, btruncdf2, btruncsf2): Conditionalize expansion on
> 	!optimize_size.

Excellent.  OK for mainline.  Thanks for taking care of this.

Roger
--


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]