mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 18:30:18 +00:00
Update.
2003-03-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/powerpc/fpu/w_sqrt.c: Fix comment.
This commit is contained in:
parent
41d4d22399
commit
b6b9ee9bcb
@ -1,3 +1,7 @@
|
|||||||
|
2003-03-07 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/powerpc/fpu/w_sqrt.c: Fix comment.
|
||||||
|
|
||||||
2003-03-07 Roland McGrath <roland@redhat.com>
|
2003-03-07 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* sysdeps/s390/s390-32/sysdep.h (L): Use .Lfoo instead of foo.
|
* sysdeps/s390/s390-32/sysdep.h (L): Use .Lfoo instead of foo.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Single-precision floating point square root.
|
/* Double-precision floating point square root.
|
||||||
Copyright (C) 1997, 2002 Free Software Foundation, Inc.
|
Copyright (C) 1997, 2002, 2003 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -79,7 +79,7 @@ __sqrt(double x)
|
|||||||
t_sqrt = __t_sqrt + (xi0 >> (52-32-8-1) & 0x3fe);
|
t_sqrt = __t_sqrt + (xi0 >> (52-32-8-1) & 0x3fe);
|
||||||
sg = t_sqrt[0];
|
sg = t_sqrt[0];
|
||||||
sy = t_sqrt[1];
|
sy = t_sqrt[1];
|
||||||
|
|
||||||
/* Here we have three Newton-Rhapson iterations each of a
|
/* Here we have three Newton-Rhapson iterations each of a
|
||||||
division and a square root and the remainder of the
|
division and a square root and the remainder of the
|
||||||
argument reduction, all interleaved. */
|
argument reduction, all interleaved. */
|
||||||
|
Loading…
Reference in New Issue
Block a user