This is the mail archive of the gcc@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: Dsp-C / Embedded-C


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) to the compiler.

Is anybody doing any work on supporting this in gcc?

There is of course a complete implementation in the Ada front end since this is a standard feature of Ada. It would be just fine to move this into the back end, but non-trivial!

Michael


--
Michael Staudenmaier
Freescale Halbleiter GmbH
Munich/Germany



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