Merge branch 'master' of ssh://sourceware.org/git/glibc
This commit is contained in:
commit
dbc36f153e
@ -1,3 +1,11 @@
|
|||||||
|
2011-10-22 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
* math/s_nan.c: Undef __nan.
|
||||||
|
* math/s_nanf.c: Undef __nanf.
|
||||||
|
* math/s_nanl.c: Undef __nanl.
|
||||||
|
* sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
|
||||||
|
"math_private.h".
|
||||||
|
|
||||||
2011-10-22 Ulrich Drepper <drepper@gmail.com>
|
2011-10-22 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
* math/s_catan.c: Add branch predictions.
|
* math/s_catan.c: Add branch predictions.
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
#include <ieee754.h>
|
#include <ieee754.h>
|
||||||
|
|
||||||
|
|
||||||
|
#undef __nan
|
||||||
double
|
double
|
||||||
__nan (const char *tagp)
|
__nan (const char *tagp)
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
#include <ieee754.h>
|
#include <ieee754.h>
|
||||||
|
|
||||||
|
|
||||||
|
#undef __nanf
|
||||||
float
|
float
|
||||||
__nanf (const char *tagp)
|
__nanf (const char *tagp)
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
#include <ieee754.h>
|
#include <ieee754.h>
|
||||||
|
|
||||||
|
|
||||||
|
#undef __nanl
|
||||||
long double
|
long double
|
||||||
__nanl (const char *tagp)
|
__nanl (const char *tagp)
|
||||||
{
|
{
|
||||||
|
@ -59,6 +59,7 @@
|
|||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
||||||
|
|
||||||
|
|
||||||
|
#include <math.h>
|
||||||
#include "math_private.h"
|
#include "math_private.h"
|
||||||
#include <math_ldbl_opt.h>
|
#include <math_ldbl_opt.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user