diff options
author | Richard Henderson <rth@redhat.com> | 2007-03-14 20:01:05 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2007-03-14 20:01:05 +0000 |
commit | b6df547c34ac9d455c3f416463389f3f8771f069 (patch) | |
tree | 35daa70b489bbfef1ea0d6ab994a0f310b47ce23 /sysdeps/alpha/fpu/s_floor.c | |
parent | aea1d19e2f2f6f1b95521c8fbbbddfb92097db60 (diff) | |
download | glibc-b6df547c34ac9d455c3f416463389f3f8771f069.tar.gz glibc-b6df547c34ac9d455c3f416463389f3f8771f069.tar.xz glibc-b6df547c34ac9d455c3f416463389f3f8771f069.zip |
* sysdeps/alpha/fpu/s_llround.c: New file.
* sysdeps/alpha/fpu/s_llroundf.c: New file. * sysdeps/alpha/fpu/s_lround.c: New file. * sysdeps/alpha/fpu/s_lroundf.c: New file. * sysdeps/alpha/fpu/s_round.c: New file. * sysdeps/alpha/fpu/s_roundf.c: New file. * sysdeps/alpha/fpu/s_trunc.c: New file. * sysdeps/alpha/fpu/s_truncf.c: New file. * sysdeps/alpha/fpu/s_llround.c: New file. * sysdeps/alpha/fpu/s_llroundf.c: New file. * sysdeps/alpha/fpu/s_lround.c: New file. * sysdeps/alpha/fpu/s_lroundf.c: New file. * sysdeps/alpha/fpu/s_round.c: New file. * sysdeps/alpha/fpu/s_roundf.c: New file. * sysdeps/alpha/fpu/s_trunc.c: New file. * sysdeps/alpha/fpu/s_truncf.c: New file.
Diffstat (limited to 'sysdeps/alpha/fpu/s_floor.c')
-rw-r--r-- | sysdeps/alpha/fpu/s_floor.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/alpha/fpu/s_floor.c b/sysdeps/alpha/fpu/s_floor.c index 29fc924c71..5af6386155 100644 --- a/sysdeps/alpha/fpu/s_floor.c +++ b/sysdeps/alpha/fpu/s_floor.c @@ -21,9 +21,7 @@ #include <math_ldbl_opt.h> -/* Use the -inf rounding mode conversion instructions to implement - floor. We note when the exponent is large enough that the value - must be integral, as this avoids unpleasant integer overflows. */ +/* Use the -inf rounding mode conversion instructions to implement floor. */ double __floor (double x) |