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)
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