On Tue, Mar 30, 2010 at 9:33 AM, Paulo J. Matos <pocma...@gmail.com> wrote:
>
> I have been slowly hammering on this issue to get it to work but the
> compiler is still generating a call to floatunsihf and it fails to
> link. Now, I am confused as to whether what needs to be done is
> hand-code this function for my particular arch or get GCC to
> internally convert the float to something else and get that handled
> for free.
>
> By looking at the ARM code like you suggested I can see that fp16.c
> defines two functions that seems to convert half floats to single
> floats and vice versa. These function then get registered in arm.c as
> conversion functions. I did the same thing but it doesn't work and I
> can't see what should trigger these conversions. Any further help
> would be great.
>

Please do ignore this message. I have found that I were in some
confusion with regards to using fp-bit versus softfp.

Some new questions came up so therefore I will start a new thread.

-- 
PMatos

Reply via email to