This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch azanella/mips-hw-fp-round in repository glibc.
discards cb5220b1c1 mips: Implement roundeven with hardware floating-point round [...] discards 626d3ad67a mips: Implement trunc with hardware floating-point rounding [...] discards f5b0332d92 mips: Implement floor with hardware floating-point rounding [...] discards aa380931b0 mips: Implement ceil with hardware floating-point rounding i [...] discards bd62e3fe20 math: Add test to check if trunc raise inexact floating-poin [...] new 3dd8f507d8 math: Add test to check if trunc raise inexact floating-poin [...] new 59eae17fba math: Add test to check if round raise inexact floating-poin [...] new 96af11c207 mips: Implement ceil with hardware floating-point rounding i [...] new 28e3562609 mips: Implement floor with hardware floating-point rounding [...] new b046c66f08 mips: Implement trunc with hardware floating-point rounding [...] new 78768e9002 mips: Implement roundeven with hardware floating-point round [...] new ac1ef8bd96 mips: Implement ceilf with hardware floating-point rounding [...] new 16da0a4727 mips: Implement floorf with hardware floating-point rounding [...] new 8b3c945b3f mips: Implement truncf with hardware floating-point rounding [...] new b0a9740bac mips: Implement roundevenf with hardware floating-point roun [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (cb5220b1c1) \ N -- N -- N refs/heads/azanella/mips-hw-fp-round (b0a9740bac)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 10 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: math/Makefile | 4 ++- ...{test-ceil-except-2.c => test-round-except-2.c} | 6 ++-- ...test-trunc-expect-2.c => test-trunc-except-2.c} | 0 .../{round_to_integer.h => roundf_to_integer.h} | 36 +++++++++++----------- sysdeps/mips/fpu/{s_ceil.c => s_ceilf.c} | 14 ++++----- sysdeps/mips/fpu/{s_ceil.c => s_floorf.c} | 14 ++++----- sysdeps/mips/fpu/{s_trunc.c => s_roundevenf.c} | 14 ++++----- sysdeps/mips/fpu/{s_trunc.c => s_truncf.c} | 14 ++++----- sysdeps/mips/mips32/Implies | 1 + 9 files changed, 53 insertions(+), 50 deletions(-) copy math/{test-ceil-except-2.c => test-round-except-2.c} (92%) rename math/{test-trunc-expect-2.c => test-trunc-except-2.c} (100%) copy sysdeps/mips/fpu/{round_to_integer.h => roundf_to_integer.h} (70%) copy sysdeps/mips/fpu/{s_ceil.c => s_ceilf.c} (83%) copy sysdeps/mips/fpu/{s_ceil.c => s_floorf.c} (83%) copy sysdeps/mips/fpu/{s_trunc.c => s_roundevenf.c} (81%) copy sysdeps/mips/fpu/{s_trunc.c => s_truncf.c} (82%)