From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7852) id E2E19385C32C; Thu, 29 Sep 2022 18:41:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E2E19385C32C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1664476878; bh=BCmuAQsj8JCAUw7/w8zUGvwTbPeVE8ULk7EJlkNyFns=; h=From:To:Subject:Date:From; b=qEigcH0UMMuqCVx3hp5sCjGzljihKeVZQtpZugWVYMU4TRd8NMFAWm1zNbEpRLRh8 jfAhnY/KLowchfhWVQO7yDxGRUpcVtLkTO+SFAP2Tu7HCHfN0RKNTy5eP1Tp87Lll1 lVvwzVLEnalZa66kPP/HANB7lF4m/pg3LhhprWXY= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Sunil Pandey To: glibc-cvs@sourceware.org Subject: [glibc/users/skpgkp2/2.33/master] (9 commits) x86_64: roundeven with sse4.1 support X-Act-Checkin: glibc X-Git-Author: Sunil Pandey X-Git-Refname: refs/heads/users/skpgkp2/2.33/master X-Git-Oldrev: b2af58864b75254cbfa2b98fac3599f84ed34508 X-Git-Newrev: c5f094a2ef59068ada56e92c8af4f7339c76695e Message-Id: <20220929184118.E2E19385C32C@sourceware.org> Date: Thu, 29 Sep 2022 18:41:18 +0000 (GMT) List-Id: The branch 'users/skpgkp2/2.33/master' was updated to point to: c5f094a2ef... x86_64: roundeven with sse4.1 support It previously pointed to: b2af58864b... nptl: Add backoff mechanism to spinlock loop Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- b2af588... nptl: Add backoff mechanism to spinlock loop 79bff5c... sysdeps: Add 'get_fast_jitter' interace in fast-jitter.h 49479d2... nptl: Effectively skip CAS in spinlock loop c037091... Move assignment out of the CAS condition d7d3222... Add LLL_MUTEX_READ_LOCK [BZ #28537] e6f4920... Avoid extra load with CAS in __pthread_mutex_clocklock_comm f1cacf9... Avoid extra load with CAS in __pthread_mutex_lock_full [BZ Summary of changes (added commits): ----------------------------------- c5f094a... x86_64: roundeven with sse4.1 support d970e70... math: redirect roundeven function ea326b2... nptl: Add backoff mechanism to spinlock loop 870d564... sysdeps: Add 'get_fast_jitter' interace in fast-jitter.h 8b9ad5e... nptl: Effectively skip CAS in spinlock loop 60b8295... Move assignment out of the CAS condition 8844d9b... Add LLL_MUTEX_READ_LOCK [BZ #28537] 0ec2767... Avoid extra load with CAS in __pthread_mutex_clocklock_comm f5a7040... Avoid extra load with CAS in __pthread_mutex_lock_full [BZ