Re: Fixed-Point Arithmetic Project

2006-10-04 Thread Chao-ying Fu
;Stephens, Nigel" <[EMAIL PROTECTED]> Sent: Wednesday, October 04, 2006 4:21 AM Subject: Re: Fixed-Point Arithmetic Project > Fu, Chao-Ying wrote: > > > We are working on a project to add fixed-point arithmetic support to GCC. > > A GCC project description page is available

Re: Fixed-Point Arithmetic Project

2006-10-04 Thread Chao-ying Fu
ECTED]>; "Arnaud Charlet" <[EMAIL PROTECTED]> Sent: Wednesday, October 04, 2006 3:19 AM Subject: Re: Fixed-Point Arithmetic Project > On Saturday 23 September 2006 17:08, Robert Dewar wrote: > > Duncan Sands wrote: > > >> We are working on a project to ad

Re: Fixed-Point Arithmetic Project

2006-10-04 Thread Bernd Schmidt
Fu, Chao-Ying wrote: We are working on a project to add fixed-point arithmetic support to GCC. A GCC project description page is available here http://gcc.gnu.org/wiki/FixedPointArithmetic and we will create a GCC branch in the near future. If you have any suggestions or comments, please respo

Re: Fixed-Point Arithmetic Project

2006-10-04 Thread Duncan Sands
On Saturday 23 September 2006 17:08, Robert Dewar wrote: > Duncan Sands wrote: > >> We are working on a project to add fixed-point arithmetic support to GCC. > >> A GCC project description page is available here > >> http://gcc.gnu.org/wiki/FixedPointArithmetic > >> and we will create a GCC branch

Re: Fixed-Point Arithmetic Project

2006-09-23 Thread Robert Dewar
Duncan Sands wrote: We are working on a project to add fixed-point arithmetic support to GCC. A GCC project description page is available here http://gcc.gnu.org/wiki/FixedPointArithmetic and we will create a GCC branch in the near future. If you have any suggestions or comments, please respond

Re: Fixed-Point Arithmetic Project

2006-09-22 Thread Laurent GUERBY
On Fri, 2006-09-22 at 10:09 +0200, Duncan Sands wrote: > I mean that no use is made of special hardware support. This is in > analogy to "floating point emulation", for processors with no fp support. IIRC, hardware integer overflow support access from the code generator would be useful too for Ad

Re: Fixed-Point Arithmetic Project

2006-09-22 Thread Duncan Sands
On Friday 22 September 2006 09:38, Arnaud Charlet wrote: > > > We are working on a project to add fixed-point arithmetic support to GCC. > > > A GCC project description page is available here > > > http://gcc.gnu.org/wiki/FixedPointArithmetic > > > and we will create a GCC branch in the near futur

Re: Fixed-Point Arithmetic Project

2006-09-22 Thread Arnaud Charlet
> > We are working on a project to add fixed-point arithmetic support to GCC. > > A GCC project description page is available here > > http://gcc.gnu.org/wiki/FixedPointArithmetic > > and we will create a GCC branch in the near future. If you have > > any suggestions or comments, please respond.

Re: Fixed-Point Arithmetic Project

2006-09-22 Thread Duncan Sands
> We are working on a project to add fixed-point arithmetic support to GCC. > A GCC project description page is available here > http://gcc.gnu.org/wiki/FixedPointArithmetic > and we will create a GCC branch in the near future. If you have > any suggestions or comments, please respond. I expect