Hi All,

Bit of a newbie question. I am working with an embedded
processor, and have just ported over the hardware for a floating
point unit.

The GNU compiler that I am using automatically uses S/w floating
point for these operations.

Is it possible to overload the + - and * operations in C ?
(Currently my FPU does not support divide)

Any recommendations ?

Cheers

Kris Chaplin