This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Supporting 'MAC' instruction on gcc v4.1.1
- From: Revital1 Eres <ERES at il dot ibm dot com>
- To: Rahul <rah dot v dot ragh at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 11 May 2007 17:15:02 +0300
- Subject: Re: Supporting 'MAC' instruction on gcc v4.1.1
gcc-owner@gcc.gnu.org wrote on 11/05/2007 15:26:16:
> Hello all,
>
> I am working on gcc v4.1.1 for a non-gcc target. I want to support
> 'MAC' instruction
> (mac OP1, OP2, OP3 => OP3 += OP1 * OP2).
>
http://gcc.gnu.org/ml/gcc/2007-05/msg00114.html seems relevant to your
problem.
Revital
>
>
> Regards,
> Rahul