Hello

I am trying to make a faster version of the floating point multiplier.  When
I look at the .lst source of a test function calling floating point
multiplication it calls the function __mulsf3.  When I copy the code from
the file mulsf.c into a separate function of mine it does not tell me when
the answer is overflow anymore.  From this, I think there must be another
function called __mulsf3 that I do not see.   I was wondering where that
function was in the files, or else how the overflow was seen when using the
float multiplication.

I am using a Linux computer with the makefile in the packaging directory to
build the compiler.

Any help would be greatly appreciated.

Diane

Reply via email to