--- In "Jonathan" <> wrote:
>
>
>
> Greetings all,
>
> I need to do some math with transcendental functions -- sin(), acos()
> -- that sort of thing. I understand there's no FPU so these need to be
> emulated in software: how do I do this? Is there a library I can link
> to or a magic gcc flag I'm missing?
>
> I've RTFM and JFGI but I can't seem to find this info anywhere.
>
What programming language? C? Just include the right headers.
The emulation is automatic.
You may want to rebuild everything with soft-float as it will speed up
floating point by about 20% (from my own unscientific testing).
--Yan
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|