Re: writing md rules for fixed-point conversion

2009-01-03 Thread Chao-Ying Fu
Sean D'Epagnier wrote: I am working toward efficient support of some of the sfixed point types on avr architecture. I started out by writing an assembly library to handle all of the conversions to and from various fixed point, integer, and floating point types. In many cases the functions are o

writing md rules for fixed-point conversion

2009-01-02 Thread Sean D'Epagnier
I am working toward efficient support of some of the sfixed point types on avr architecture. I started out by writing an assembly library to handle all of the conversions to and from various fixed point, integer, and floating point types. In many cases the functions are only 1 or 2 instructions,