From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23581 invoked by alias); 9 Aug 2012 15:17:21 -0000 Received: (qmail 23555 invoked by uid 22791); 9 Aug 2012 15:17:18 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_HW X-Spam-Check-By: sourceware.org Received: from mail-gg0-f169.google.com (HELO mail-gg0-f169.google.com) (209.85.161.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Aug 2012 15:17:05 +0000 Received: by ggnf4 with SMTP id f4so632219ggn.0 for ; Thu, 09 Aug 2012 08:17:05 -0700 (PDT) Received: by 10.50.209.73 with SMTP id mk9mr1366006igc.66.1344525424976; Thu, 09 Aug 2012 08:17:04 -0700 (PDT) Received: from anchor.twiddle.home ([173.160.232.49]) by mx.google.com with ESMTPS id nh1sm859688igc.11.2012.08.09.08.17.03 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 09 Aug 2012 08:17:04 -0700 (PDT) Message-ID: <5023D46E.8010008@twiddle.net> Date: Thu, 09 Aug 2012 15:17:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: Roland McGrath CC: libc-ports@sourceware.org Subject: Re: [PATCH roland/arm-hwcap-vfp] don't use HWCAP_ARM_* in OS-independent code References: <20120808235921.AA4292C075@topped-with-meat.com> In-Reply-To: <20120808235921.AA4292C075@topped-with-meat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00075.txt.bz2 On 08/08/2012 04:59 PM, Roland McGrath wrote: > -#include > #include > -#include > -#include > > int > fedisableexcept (int excepts) ... > -#include > -#include > -#include > #include > > int > feenableexcept (int excepts) One of these things is not like the other. r~