diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-20 20:21:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-20 20:21:20 +0000 |
commit | 33ab3b66dd6a851aef4e607abe3e973e82c7fe81 (patch) | |
tree | 42cfe3e35a2ed506fafe49d416992e7ec8edf140 /sysdeps/powerpc/fpu | |
parent | 6e21902ab82e353c3701583c4ee688c45dbb78d7 (diff) | |
download | glibc-33ab3b66dd6a851aef4e607abe3e973e82c7fe81.tar.gz glibc-33ab3b66dd6a851aef4e607abe3e973e82c7fe81.tar.xz glibc-33ab3b66dd6a851aef4e607abe3e973e82c7fe81.zip |
Update.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Add ulps for the 2003-11-27 atan2 test.
Diffstat (limited to 'sysdeps/powerpc/fpu')
-rw-r--r-- | sysdeps/powerpc/fpu/bits/mathinline.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysdeps/powerpc/fpu/bits/mathinline.h b/sysdeps/powerpc/fpu/bits/mathinline.h index 34309c1a68..dcd506d49e 100644 --- a/sysdeps/powerpc/fpu/bits/mathinline.h +++ b/sysdeps/powerpc/fpu/bits/mathinline.h @@ -1,5 +1,6 @@ /* Inline math functions for powerpc. - Copyright (C) 1995,1996,1997,1998,1999,2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2004 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -58,6 +59,8 @@ #endif /* __cplusplus */ #ifdef __USE_ISOC99 + +# ifndef __powerpc64__ __MATH_INLINE long int lrint (double __x) __THROW; __MATH_INLINE long int lrint (double __x) __THROW @@ -81,6 +84,7 @@ lrintf (float __x) __THROW __asm__ ("fctiw %0,%1" : "=f"(__u.__d) : "f"(__x)); return __u.__ll[1]; } +# endif __MATH_INLINE double fdim (double __x, double __y) __THROW; __MATH_INLINE double |