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=-3.9 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 712121F461 for ; Mon, 8 Jul 2019 18:31:28 +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:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=E9/oYksVo3ru+C3i Wk8R9Ac+m85X0EMw6Xt1/Ifv3yLp309wNWddm7dMKbjszOo27zezTy6qOXZKkNbY zPu62Wc8qytkkt12lv0yIhoz+0l2x87ZQJ4yFfgN2nPT3hTopJ/IYQhv+LfIAquy fhY07iHumgghxXGnqvU9tdf0nFo= 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:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=ToqcpTB0AbFtG0hTGSFQai xu/Zw=; b=YTzrsL5394en93x0rSU1qZF4sxjcR2LMQ0cFQ1isYsWvwSq+MxJjjq R/0TIzNs6RHhH7f1te+zrZavaW5W+FocFzjj60ox/YJG4GLVAvlaRvS+IpOkrNJ/ J5uFfuGq173evWtjSpIE9Ue/d85NYUgM9U8eFrPQWvS6HURUDcj7U= Received: (qmail 86581 invoked by alias); 8 Jul 2019 18:31:22 -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 86517 invoked by uid 89); 8 Jul 2019 18:31:21 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail-qk1-f193.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:openpgp:autocrypt:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Qcf/H2Ub9/R6iGJOWDBwuWlcalFmOuYXK2GS0yvBTlo=; b=wT+xiYC54cWo34PIjIW3A9ZPB9f+sDeZYAtm8B7UCvJgVI8Nn8m0t2NV9tK7XZ1gxz ALrGTPL8jlLV/YKREJv/FdYHddxyHGe8VoX0O+qRBZXbRlPaWm1e7sy5bvA+LtSsS9qJ nxCAUnRCJ5cWHKH39Ij0aTv2l4qjRSVHzUOg2EF8UCdq+OWgMhDXkWvnzHeFYQAGItCH aTHUPJYn/prVv8moHtU2kp5K/2OugQzYJD2bagnTHXI78/z9nYNZYEWYwGNNXHlz2Dcy UT+LKu3mF6Vp+3MO9Ijz4Sa5ozUrZBhiq0emthUCGVAzLEkjwNHiZ2wgMpIYa9pCmhh/ Ekww== Subject: Re: [PATCH 27/28] math: Use wordsize-64 version for s_logb To: "Gabriel F. T. Gomes" Cc: libc-alpha@sourceware.org References: <20190329133529.22523-1-adhemerval.zanella@linaro.org> <20190329133529.22523-28-adhemerval.zanella@linaro.org> <20190705012336.GC7290@tereshkova> From: Adhemerval Zanella Openpgp: preference=signencrypt Message-ID: <4852b654-987e-ce1e-735c-55ade5201d8f@linaro.org> Date: Mon, 8 Jul 2019 15:31:15 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <20190705012336.GC7290@tereshkova> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 04/07/2019 22:23, Gabriel F. T. Gomes wrote: > On Fri, Mar 29 2019, Adhemerval Zanella wrote: >> - The resulting binary difference on 32 bits architecture is >> minimum. On i686-linux-gnu (with architecture optimization >> routine removed) there is no different using logb benchtests > > Based on our previous discussion, more specifically > , > this patch looks good to me. > > Reviewed-by: Gabriel F. T. Gomes > If no one opposes it, I will commit this shortly.