This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/skpgkp2/2.33/master in repository glibc.
discards c5f094a2ef x86_64: roundeven with sse4.1 support discards d970e709cd math: redirect roundeven function new 5da65a9be3 AArch64: Add support for roundeven[f] new 63b6eecd08 math: redirect roundeven function new b85d5b3fe1 x86_64: roundeven with sse4.1 support new 6e6e51a1a2 Use GCC builtins for roundeven functions if desired. new 224c17c70b Update math: redirect roundeven function new 46bcc6c0c9 s390x: Update math: redirect roundeven function
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 (c5f094a2ef) \ N -- N -- N refs/heads/users/skpgkp2/2.33/master (46bcc6c0c9)
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 6 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: sysdeps/aarch64/fpu/{s_fmin.c => s_roundeven.c} | 11 ++++++----- sysdeps/{x86_64/fpu/s_fabsf.c => aarch64/fpu/s_roundevenf.c} | 12 +++++++----- sysdeps/generic/math-use-builtins-roundeven.h | 4 ++++ sysdeps/generic/math-use-builtins.h | 1 + sysdeps/ieee754/dbl-64/s_roundeven.c | 5 +++++ sysdeps/ieee754/float128/float128_private.h | 2 ++ sysdeps/ieee754/flt-32/s_roundevenf.c | 5 +++++ sysdeps/ieee754/ldbl-128/s_roundevenl.c | 5 +++++ sysdeps/ieee754/ldbl-128ibm/s_roundevenl.c | 1 + sysdeps/riscv/rv64/rvd/s_roundeven.c | 2 +- sysdeps/riscv/rvf/s_roundevenf.c | 1 + sysdeps/s390/fpu/s_roundeven.c | 2 +- sysdeps/s390/fpu/s_roundevenf.c | 1 + sysdeps/s390/fpu/s_roundevenl.c | 1 + 14 files changed, 41 insertions(+), 12 deletions(-) copy sysdeps/aarch64/fpu/{s_fmin.c => s_roundeven.c} (78%) copy sysdeps/{x86_64/fpu/s_fabsf.c => aarch64/fpu/s_roundevenf.c} (78%) create mode 100644 sysdeps/generic/math-use-builtins-roundeven.h