]> sourceware.org Git - glibc.git/commit - ChangeLog
alpha: Remove round and roundf implementations
authorRichard Henderson <rth@twiddle.net>
Thu, 3 Jul 2014 15:45:57 +0000 (08:45 -0700)
committerRichard Henderson <rth@twiddle.net>
Thu, 3 Jul 2014 15:45:57 +0000 (08:45 -0700)
commitcd1175a373590f053bea8aa9f2dfaeae13906aa9
tree682c8fd34e32e711d2678b4ca4f86207c48522cd
parentb3ec00e599dd7d2641bf1a575769f34a205f8e00
alpha: Remove round and roundf implementations

Two bugs in these implementations: First is that the add of 0.5
was not done in chopped rounding mode (easily fixable).  Second
is that the method generates incorrect inexact exceptions for
small integral values (not easily fixable).
ChangeLog
sysdeps/alpha/fpu/s_round.c [deleted file]
sysdeps/alpha/fpu/s_roundf.c [deleted file]
This page took 0.037963 seconds and 5 git commands to generate.