This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: libm functions for x86-64
- From: Mike Frysinger <vapier at gentoo dot org>
- To: libc-alpha at sourceware dot org
- Cc: Michael Matz <matz at suse dot de>, evandro dot menezes at amd dot com, michael dot meissner at amd dot com
- Date: Tue, 14 Mar 2006 18:44:43 -0500
- Subject: Re: libm functions for x86-64
- Geoman: IS A RETARD
- References: <Pine.LNX.4.58.0603141714090.12554@wotan.suse.de>
On Tuesday 14 March 2006 11:42, Michael Matz wrote:
> we would like to include new libm functions (initially written by NAG) for
> x86-64 in glibc, which we are using already since quite some time. The
> routines are written in C and targeted for a 64 bit architecture (relying
> on IEEE representation for float and double), and are faster than those
> currently in glibc. They pass all tests. The attached patch applies to
> current CVS glibc and just touches the sysdeps/x86_64/fpu/ directory
> (basically just adding new files). All the code is under LGPL.
is the attached change still relevant ?
> I would like to know the best way to move forward with this.
you'll need proper ChangeLog entries ;)
also assuming Novell/SuSE/whatever has blanket FSF copyright papers setup
already ...
-mike
2006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
* sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
i386/fork.c.
Index: sysdeps/unix/sysv/linux/mips/nptl/fork.c
===================================================================
RCS file: /cvs/glibc/ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c 28 Mar 2005 09:21:52 -0000 1.1
+++ ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c 11 Mar 2006 16:20:03 -0000 1.2
@@ -1 +1 @@
-#include "../i386/fork.c"
+#include <sysdeps/unix/sysv/linux/i386/fork.c>