Hi!
I need an implementation of the C function double log(double x) for SPARC (32-bit - not UltraSPARC) written using Assembler or C or a combination of both. I tried to rip code out of the glibc (which I was succesfully able to do with the i386 architecture), but I could not make sense of what was going on there. FYI, I need this for my IP-Noise Simulator project: http://comnet.technion.ac.il/~cn1w02/ Which is intended for the Linux kernel. We just want to test how if operates on an SMP machine and all I have is an old Dual SPARC 32 workstation. Regards, Shlomi Fish ---------------------------------------------------------------------- Shlomi Fish [EMAIL PROTECTED] Home Page: http://t2.technion.ac.il/~shlomif/ Home E-mail: [EMAIL PROTECTED] "Let's suppose you have a table with 2^n cups..." "Wait a second - is n a natural number?" ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
