On Thu, 15 Jun 2000 11:55:30 -0500, 
Pawan Singh <[EMAIL PROTECTED]> wrote:
>Why not write a user level library for doing math emulation and modify gcc
>to generate code to keep prevent these floating point exceptions?

Compile with gcc option `-msoft-float'.  It does exactly what you want,
generating calls to floating point functions like __floatsidf and
__muldf3 instead of using hardware instructions.  You might have to
write your own functions, I could not find a library on my system that
contains those names.


--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.

Reply via email to