This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Abt Writing a GCC front end
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Mohamed Shafi <shafitvm at yahoo dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 29 Sep 2006 03:05:42 -0700
- Subject: Re: Abt Writing a GCC front end
- References: <20060929095802.83240.qmail@web33212.mail.mud.yahoo.com>
On Fri, 2006-09-29 at 02:58 -0700, Mohamed Shafi wrote:
> Hello all,
>
> I am involved with a GCC port where i have to add fixed point support
> to C based on the fixed point extension of DSP-C specification.
I think you are in luck as there is a project to add that to 4.3:
http://gcc.gnu.org/wiki/FixedPointArithmetic
-- Pinski