This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Remove bdesc_2arg in i386.c
On Wed, Apr 30, 2008 at 10:19 AM, Uros Bizjak <ubizjak@gmail.com> wrote:
> H.J. Lu wrote:
>
>
> > + /* SSE 3DNow!A */
> > + { OPTION_MASK_ISA_SSE | OPTION_MASK_ISA_3DNOW_A,
> CODE_FOR_mmx_uavgv8qi3, "__builtin_ia32_pavgb", IX86_BUILTIN_PAVGB, UNKNOWN,
> (int) V8QI_FTYPE_V8QI_V8QI },
> >
> >
>
> Just a nitpick: this section should be named "SSE MMX or 3Dnow!A", because
> these MMX builtins are enabled either for -msse or -m3dnow -march=athlon.
>
I will make the change in my next patch.
Thanks.
H.J.