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: RESUBMIT: PowerPC -- support single-precision FPU


On Mon, Sep 29, 2008 at 10:05 PM, Andrew Pinski <pinskia@gmail.com> wrote:

> Looks like there was a small mistake in the patch
>
>   "TARGET_POWERPC && TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_FUSED_MADD
> -   && HONOR_SIGNED_ZEROS (SFmode)"
> +   && TARGET_SINGLE_FLOAT && ! HONOR_SIGNED_ZEROS (SFmode)"
>
> This is for the first fnmadds pattern.  You changed it from accepting
> it with honoring signed zero to rejecting it unless not honoring
> signed zeros.

I applied this patch.

Thanks, David


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