From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 54F891F462 for ; Tue, 11 Jun 2019 13:13:45 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:in-reply-to; q=dns; s=default; b=fo3F fi7xjVkHewiGuBmQr9dmpJpcH5SeoSRkPk3/68NpVS2I8rshqnTLmMJiNEKG/tHw s2Jril9fffD5sxjZVfTz2AN9Rsui6nxXPCzfmiA83Tqu37e89XWv1LCwBxZNGg4u hYjoXXPXz1dCfWaw1mzrKmwAeEa/GNeR9qJs4j4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:in-reply-to; s=default; bh=I8mNjJ4iHp OPpvkcbxEsZuZTjUw=; b=Kp+GunBRoooSdJfCo25Fb7JRTw9FGsZmYLgoSGp5aN eQHZ92Y5yN2ZHj1ZsGZ7NfXW+S5hnpt3klhNPHzwedIPJx4sy0oTDhS7AWbDfIoB 8dDYQ86fvCPwAQa+mraTaDnrxkU7SZ19b7I5E3k3C6Ukrhw/P1iH5y9Zy+3vdvTB 0= Received: (qmail 95393 invoked by alias); 11 Jun 2019 13:13:43 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 95383 invoked by uid 89); 11 Jun 2019 13:13:43 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: smtpout1.mo803.mail-out.ovh.net Date: Tue, 11 Jun 2019 10:13:31 -0300 From: "Gabriel F. T. Gomes" To: Adhemerval Zanella CC: Subject: Re: [PATCH 14/28] math: Use wordsize-64 version for isinf Message-ID: <20190611131331.GC27939@tereshkova.br.ibm.com> References: <20190329133529.22523-1-adhemerval.zanella@linaro.org> <20190329133529.22523-15-adhemerval.zanella@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20190329133529.22523-15-adhemerval.zanella@linaro.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-Ovh-Tracer-Id: 12178014870036270793 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeduuddrudehhedggeeiucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucesvcftvggtihhpihgvnhhtshculddquddttddm On Fri, Mar 29 2019, Adhemerval Zanella wrote: > > - The resulting binary difference on 32 bits architecture is minimum > for the non hotspot symbol. > > - It helps wordsize-64 architectures that use ldbl-opt. Same comments I made for patch 12/28 [1], apply here. [1] https://sourceware.org/ml/libc-alpha/2019-06/msg00085.html