This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 6901def Avoid an extra branch to PLT for -z now new ac2cc6f Do not raise "inexact" from generic ceil (bug 15479). new 876c5bd Do not raise "inexact" from generic floor (bug 15479). new 078d1cf Do not raise "inexact" from generic round (bug 15479).
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 51 ++++++++ math/libm-test.inc | 169 +++++++++++++-------------- sysdeps/ieee754/dbl-64/s_ceil.c | 9 +- sysdeps/ieee754/dbl-64/s_floor.c | 10 +- sysdeps/ieee754/dbl-64/s_round.c | 10 -- sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c | 9 +- sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c | 9 +- sysdeps/ieee754/dbl-64/wordsize-64/s_round.c | 6 - sysdeps/ieee754/flt-32/s_ceilf.c | 7 +- sysdeps/ieee754/flt-32/s_floorf.c | 9 +- sysdeps/ieee754/flt-32/s_roundf.c | 7 -- sysdeps/ieee754/ldbl-128/s_ceill.c | 35 +++--- sysdeps/ieee754/ldbl-128/s_floorl.c | 37 +++--- sysdeps/ieee754/ldbl-128/s_roundl.c | 37 ++---- sysdeps/ieee754/ldbl-96/s_roundl.c | 8 -- 15 files changed, 185 insertions(+), 228 deletions(-)