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 6646355364 s390x: Update math: redirect roundeven function discards a2f4d73dc8 Update math: redirect roundeven function discards 9561324f18 Use GCC builtins for roundeven functions if desired. discards 47aaeb3b32 nptl: Add backoff mechanism to spinlock loop discards 79b8558a7c sysdeps: Add 'get_fast_jitter' interace in fast-jitter.h discards 2574fdfc0f nptl: Effectively skip CAS in spinlock loop discards 520639f146 Move assignment out of the CAS condition discards 2b5fe38920 Add LLL_MUTEX_READ_LOCK [BZ #28537] discards b67c2924af Avoid extra load with CAS in __pthread_mutex_clocklock_commo [...] discards b62b86cf12 Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537] discards 4f2167e431 x86_64: roundeven with sse4.1 support discards 3a1783102b math: redirect roundeven function discards 6ff2a80fb6 AArch64: Add support for roundeven[f] new f1cacf918a Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537] new e6f492033f Avoid extra load with CAS in __pthread_mutex_clocklock_commo [...] new d7d322258d Add LLL_MUTEX_READ_LOCK [BZ #28537] new c0370912f1 Move assignment out of the CAS condition new 49479d237f nptl: Effectively skip CAS in spinlock loop new 79bff5cf59 sysdeps: Add 'get_fast_jitter' interace in fast-jitter.h new b2af58864b nptl: Add backoff mechanism to spinlock loop
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 (6646355364) \ N -- N -- N refs/heads/users/skpgkp2/2.33/master (b2af58864b)
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 7 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: include/math.h | 2 +- sysdeps/aarch64/fpu/s_roundeven.c | 29 -------------------- sysdeps/aarch64/fpu/s_roundevenf.c | 29 -------------------- sysdeps/generic/math-use-builtins-roundeven.h | 4 --- sysdeps/generic/math-use-builtins.h | 1 - sysdeps/ieee754/dbl-64/s_roundeven.c | 9 +------ sysdeps/ieee754/float128/float128_private.h | 2 -- sysdeps/ieee754/float128/s_roundevenf128.c | 1 - sysdeps/ieee754/flt-32/s_roundevenf.c | 8 ------ sysdeps/ieee754/ldbl-128/s_roundevenl.c | 6 ----- sysdeps/ieee754/ldbl-128ibm/s_roundevenl.c | 1 - sysdeps/ieee754/ldbl-96/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 - sysdeps/x86_64/fpu/multiarch/Makefile | 5 ++-- sysdeps/x86_64/fpu/multiarch/s_roundeven-c.c | 2 -- sysdeps/x86_64/fpu/multiarch/s_roundeven-sse4_1.S | 24 ----------------- sysdeps/x86_64/fpu/multiarch/s_roundeven.c | 31 ---------------------- sysdeps/x86_64/fpu/multiarch/s_roundevenf-c.c | 3 --- sysdeps/x86_64/fpu/multiarch/s_roundevenf-sse4_1.S | 24 ----------------- sysdeps/x86_64/fpu/multiarch/s_roundevenf.c | 31 ---------------------- 24 files changed, 6 insertions(+), 214 deletions(-) delete mode 100644 sysdeps/aarch64/fpu/s_roundeven.c delete mode 100644 sysdeps/aarch64/fpu/s_roundevenf.c delete mode 100644 sysdeps/generic/math-use-builtins-roundeven.h delete mode 100644 sysdeps/x86_64/fpu/multiarch/s_roundeven-c.c delete mode 100644 sysdeps/x86_64/fpu/multiarch/s_roundeven-sse4_1.S delete mode 100644 sysdeps/x86_64/fpu/multiarch/s_roundeven.c delete mode 100644 sysdeps/x86_64/fpu/multiarch/s_roundevenf-c.c delete mode 100644 sysdeps/x86_64/fpu/multiarch/s_roundevenf-sse4_1.S delete mode 100644 sysdeps/x86_64/fpu/multiarch/s_roundevenf.c