Re: Dsp-C / Embedded-C

2006-05-04 Thread Robert Dewar
Michael Staudenmaier wrote: Hi, i am looking for a way to support fixedpoint operations in gcc in order to produce efficient code for a dsp core. The only obvious solution i am aware of would be to add support for a language extension like DSP-C (www.dsp-c.org) or Embedded-C (www.embedded-c.org)

Dsp-C / Embedded-C

2006-05-04 Thread Michael Staudenmaier
Hi, i am looking for a way to support fixedpoint operations in gcc in order to produce efficient code for a dsp core. The only obvious solution i am aware of would be to add support for a language extension like DSP-C (www.dsp-c.org) or Embedded-C (www.embedded-c.org) to the compiler. Is anybody