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 B0B381F461 for ; Mon, 8 Jul 2019 18:31:19 +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=xHB4OHiNG67tS1eH PfOD9dKRZzVMyiAX3saFNxyi1vc/jyZCuEdh/THEIqQ6VXX+Y80W66hEVcBwfVuV ESrKY8+hxIYj65mMxRSOcjam7mUXekjZFWd2xuVgLOOSIFtPRMOJP8HJKGdiSZ34 K3G+0xZvPaFsiHICqxZ4dTCwVRs= 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=br54Zn6Qh1QTro1+wz0fv0 8j5ZA=; b=ND4cwA6uM4+fjqUrEWuvK4D6LbGjwZgkYT6KF7c56GQf/C0Ylnrxtx mXn1qQVRN6mLErAad9ALAgpBV657hixKj+p09MyPBLRnFmxPoDYVt3jtEuT08ub7 CXYyZPYA1tlb+uglW6xv+dM7AhgR+4KY9Wv6vGeXxLW9s5HU1NHzA= Received: (qmail 85960 invoked by alias); 8 Jul 2019 18:31:17 -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 85949 invoked by uid 89); 8 Jul 2019 18:31:17 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail-qt1-f174.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=uejyaEYs3Dz3Ub/XirFHHX/VWH5o8EhrLe2iOPzkkYo=; b=VpS7PRHQjCu1+Nid89jAUUXFpElCpWMdClCmfetxyvLo+bBqh16vhEBAkr6C7lxehu shO5gzC4Ecql0TmBXciZTJjOtJu46glSOpe6PtCtONAKlE0FuXSj6UAaRrCDrObSs1bU VsHItWUob7BODDiTytdgRokZyuah8ynu75GDaRZzIpOtTW8mtaCNRZ0N/RBqvxBGQl0N /diDz+kaIxq5xn48KiB8X11O0FszEFxHbjZ36ixAOIQu+ZX/fSqiTjLBrFbZmSsxPGFU nHNoqGTQq5iLGJWZG8F+e45q4Wm9Arjp9i3duRmHCbEV0CodAuHH9cc+6B8m9od+M/XR icVQ== Subject: Re: [PATCH 26/28] benchtests: Add logb{f} benchmark To: "Gabriel F. T. Gomes" Cc: libc-alpha@sourceware.org References: <20190329133529.22523-1-adhemerval.zanella@linaro.org> <20190329133529.22523-27-adhemerval.zanella@linaro.org> <20190705012319.GB7290@tereshkova> From: Adhemerval Zanella Openpgp: preference=signencrypt Message-ID: <994cdd3d-018f-bf71-a036-6e156ada52c2@linaro.org> Date: Mon, 8 Jul 2019 15:31:11 -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: <20190705012319.GB7290@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: >> >> * benchtests/Makefile (bench-math): Add logb. >> * benchtests/logb-inputs: New file. >> * benchtests/logbf-inputs: New file. > > Looks good to me. Thanks. > > Reviewed-by: Gabriel F. T. Gomes > If no one opposes it, I will commit this shortly.