|
|
Thanks! However, I don't have the write access to check in the patch.
One more thing, I need to remove the last line of "return true" because of
"void".
+void
+mips_expand_fp_vector_minmax (bool is_max, rtx operands[])
+{
...
+ return true;
+}
Regards,
Chao-ying
----- Original Message -----
From: "Richard Henderson" <rth@xxxxxxxxxx>
To: "Chao-ying Fu" <fu@xxxxxxxx>
Cc: <gcc-patches@xxxxxxxxxxx>
Sent: Tuesday, November 01, 2005 1:59 PM
Subject: Re: [Patch] MIPS: three V2SF RTL patterns
> On Tue, Nov 01, 2005 at 01:51:45PM -0800, Chao-ying Fu wrote:
> > * config/mips/mips-ps-3d.md (vcondv2sf, sminv2sf3, smaxv2sf3):
New
> > patterns.
> > * config/mips/mips-protos.h: Declare mips_expand_fp_vcond and
> > mips_expand_fp_vector_minmax.
> > * config/mips/mips.c (mips_expand_fp_vcond,
> > mips_expand_fp_vector_minmax): New functions.
>
> Ok.
>
>
> r~
>
|
|