[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Implementation of log(x) for SPARC32
- To: <linux-il(at-nospam)linux.org.il>
- Subject: Implementation of log(x) for SPARC32
- From: Shlomi Fish <shlomif(at-nospam)techst02.technion.ac.il>
- Date: Tue, 25 Dec 2001 09:26:35 +0200 (IST)
- Delivered-To: linux.org.il-linux-il@linux.org.il
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
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 shlomif@t2.technion.ac.il
Home Page: http://t2.technion.ac.il/~shlomif/
Home E-mail: shlomif@techie.com
"Let's suppose you have a table with 2^n cups..."
"Wait a second - is n a natural number?"
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il