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 479121F461 for ; Wed, 26 Jun 2019 19:58:52 +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=DqCW 62+XUGQvTRjbjrLyuYOJ2qMqpwwo9PL/TI7p91nUCQMzURYw3NA3uOEzB+m8QpD/ IunWY9Tk93jvhEducsuyc2gqnjsWvYL0q1pl8PkU1KKHdUzHC+zYUNVnRQlBFtms LMwo6arI/iZ3bCbr4Qrf4NgH9YLLgLySo7S3tYQ= 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=Y/kJpt6tm4 mnK9QNlbZdJHotdK4=; b=V89tAnkqvfw5b2JKqVo2EWZioD1EzdKZ272L9FsP/v /v0OjTEBUHxG1X1YN2t/QKcfvi+sJqHi2ipeXd8bbHuuPolhfcikisSUUFuUu8iC 3nzqX0JCbOE3lSEjzyMIBYmL6r+TITwnfYkyK9RpZEC+B3VGcPekTNejXCELxJkZ g= Received: (qmail 41780 invoked by alias); 26 Jun 2019 19:58:49 -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 41772 invoked by uid 89); 26 Jun 2019 19:58:49 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: smtpout1.mo803.mail-out.ovh.net Date: Wed, 26 Jun 2019 16:58:38 -0300 From: "Gabriel F. T. Gomes" To: Adhemerval Zanella CC: Subject: Re: [PATCH 23/28] benchtests: hypot benchmark Message-ID: <20190626195838.rjclvokxnm6ucvto@tereshkova> References: <20190329133529.22523-1-adhemerval.zanella@linaro.org> <20190329133529.22523-24-adhemerval.zanella@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20190329133529.22523-24-adhemerval.zanella@linaro.org> User-Agent: NeoMutt/20180716 X-Ovh-Tracer-Id: 14876515471680261833 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeduvddrudeigddugeelucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucesvcftvggtihhpihgvnhhtshculddquddttddm On Fri, Mar 29 2019, Adhemerval Zanella wrote: > > * benchtests/Makefile (bench-math): Add hypot. > * benchtests/hypot-inputs: New file. Looks good to me. Thanks. Reviewed-by: Gabriel F. T. Gomes