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 DA1601F462 for ; Tue, 11 Jun 2019 16:20:17 +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=ZoiJ oJciOL98TAEu2DWNtLJh7uRahXqMsKVWtlnP65l4QXl88bMv4VyGF9z490wU4V97 ybjXtKcJSGc7YhwIxwrCsCYbSKDwr5dnMIgd9m+RtFNu2H6iSTevUaf4PuasGV7f JGZEt5AHmzYZECaiNvHTkEoMSVKdmofBb5UYD0U= 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=sUF33Vymq7GSagBkg0Rwih8dAOewwt+l6fZNPv5SSW 3pdZOkTDhAWGmMU3aOEjI4u/e18lEmCBnK378nT6jiWGkgrPfdo62GePmyPruU3k 1b20SS8o3WBTqSBq+5MzOFiLg/ywh99AKVKSuPxKn1tBd9kC9I/4PvPXeAxtmlE4 o= Received: (qmail 8209 invoked by alias); 11 Jun 2019 16:20:15 -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 8201 invoked by uid 89); 11 Jun 2019 16:20:15 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: smtpout1.mo803.mail-out.ovh.net Date: Tue, 11 Jun 2019 13:20:06 -0300 From: "Gabriel F. T. Gomes" To: Adhemerval Zanella CC: Subject: Re: [PATCH 16/28] math: Use wordsize-64 version for finite Message-ID: <20190611162006.GE27939@tereshkova.br.ibm.com> References: <20190329133529.22523-1-adhemerval.zanella@linaro.org> <20190329133529.22523-17-adhemerval.zanella@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20190329133529.22523-17-adhemerval.zanella@linaro.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-Ovh-Tracer-Id: 15328845760513429193 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeduuddrudehhedgkeegucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucesvcftvggtihhpihgvnhhtshculddquddttddm 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