From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23413 invoked by alias); 18 Jul 2007 09:01:27 -0000 Received: (qmail 23396 invoked by uid 22791); 18 Jul 2007 09:01:26 -0000 X-Spam-Check-By: sourceware.org Received: from sunsite.ms.mff.cuni.cz (HELO sunsite.mff.cuni.cz) (195.113.15.26) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 18 Jul 2007 09:01:24 +0000 Received: from sunsite.mff.cuni.cz (localhost.localdomain [127.0.0.1]) by sunsite.mff.cuni.cz (8.13.8/8.13.8) with ESMTP id l6I94wxQ013530; Wed, 18 Jul 2007 11:04:58 +0200 Received: (from jakub@localhost) by sunsite.mff.cuni.cz (8.13.8/8.13.8/Submit) id l6I94vAU013529; Wed, 18 Jul 2007 11:04:58 +0200 Date: Wed, 18 Jul 2007 09:01:00 -0000 From: Jakub Jelinek To: Roland McGrath Cc: Ulrich Drepper , Glibc hackers , Richard Henderson , Steven Munroe Subject: Re: [PATCH] Optimized __sched_cpucount for alphaev67, power5 and above and ia64 Message-ID: <20070718090457.GZ4603@sunsite.mff.cuni.cz> Reply-To: Jakub Jelinek References: <20070717204719.GY4603@sunsite.mff.cuni.cz> <20070717205304.EE29B4D05CF@magilla.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070717205304.EE29B4D05CF@magilla.localdomain> User-Agent: Mutt/1.4.2.2i Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2007-07/txt/msg00030.txt.bz2 On Tue, Jul 17, 2007 at 01:53:04PM -0700, Roland McGrath wrote: > Seems like this might come up somewhere else. I'd be inclined to add a > sysdeps header file for POPCNT alone (or rename it). Maybe, though I'm not sure if we need one sysdep header for each such a macro, that might be an overkill. Jakub