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 b2af58864b nptl: Add backoff mechanism to spinlock loop discards 79bff5cf59 sysdeps: Add 'get_fast_jitter' interace in fast-jitter.h discards 49479d237f nptl: Effectively skip CAS in spinlock loop discards c0370912f1 Move assignment out of the CAS condition discards d7d322258d Add LLL_MUTEX_READ_LOCK [BZ #28537] discards e6f492033f Avoid extra load with CAS in __pthread_mutex_clocklock_commo [...] discards f1cacf918a Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537] adds f5a70409db Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537] adds 0ec276739a Avoid extra load with CAS in __pthread_mutex_clocklock_commo [...] adds 8844d9b22d Add LLL_MUTEX_READ_LOCK [BZ #28537] adds 60b8295333 Move assignment out of the CAS condition adds 8b9ad5ec93 nptl: Effectively skip CAS in spinlock loop adds 870d564e7c sysdeps: Add 'get_fast_jitter' interace in fast-jitter.h adds ea326b2e98 nptl: Add backoff mechanism to spinlock loop new d970e709cd math: redirect roundeven function new c5f094a2ef x86_64: roundeven with sse4.1 support
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 (b2af58864b) \ N -- N -- N refs/heads/users/skpgkp2/2.33/master (c5f094a2ef)
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 2 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/ieee754/dbl-64/s_roundeven.c | 4 +++- sysdeps/ieee754/float128/s_roundevenf128.c | 1 + sysdeps/ieee754/flt-32/s_roundevenf.c | 3 +++ sysdeps/ieee754/ldbl-128/s_roundevenl.c | 1 + sysdeps/ieee754/ldbl-96/s_roundevenl.c | 1 + sysdeps/x86_64/fpu/multiarch/Makefile | 5 +++-- sysdeps/x86_64/fpu/multiarch/s_roundeven-c.c | 2 ++ .../{s_trunc-sse4_1.S => s_roundeven-sse4_1.S} | 9 ++++----- .../x86_64/fpu/multiarch/{s_rint.c => s_roundeven.c} | 19 +++++++++---------- sysdeps/x86_64/fpu/multiarch/s_roundevenf-c.c | 3 +++ .../{s_trunc-sse4_1.S => s_roundevenf-sse4_1.S} | 9 ++++----- .../fpu/multiarch/{s_rintf.c => s_roundevenf.c} | 19 +++++++++---------- 13 files changed, 44 insertions(+), 34 deletions(-) create mode 100644 sysdeps/x86_64/fpu/multiarch/s_roundeven-c.c copy sysdeps/x86_64/fpu/multiarch/{s_trunc-sse4_1.S => s_roundeven-sse4_1.S} (84%) copy sysdeps/x86_64/fpu/multiarch/{s_rint.c => s_roundeven.c} (69%) create mode 100644 sysdeps/x86_64/fpu/multiarch/s_roundevenf-c.c copy sysdeps/x86_64/fpu/multiarch/{s_trunc-sse4_1.S => s_roundevenf-sse4_1.S} (84%) copy sysdeps/x86_64/fpu/multiarch/{s_rintf.c => s_roundevenf.c} (68%)