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: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 5D0771F487 for ; Fri, 27 Mar 2020 23:25:47 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 646C8385E017; Fri, 27 Mar 2020 23:25:46 +0000 (GMT) Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id A64D2385E009 for ; Fri, 27 Mar 2020 23:25:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A64D2385E009 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: +y9jxhBzj2F87OoXr45H5FwBVN5+B8zdx9233c+ZORO0/zqbo+u/+iO97BJ5SNZ/SB1vLfCDi+ OJtYBzXOjdtSFBLfRDg3+JavMhJNB7oXhwmAPQrOACFZT2a3ZhCYSEN9NcF4xe9YQx1lS2TqAd +sMFngLp/6uELuxhw+rUdQCi6Sdoykv/+8FqdwhZ/cbFBVDQek336/B7OS9WdOcJgAkuS4WZmO 8elTV7aTOiZ0nLBSxmHzCIDM/LHPJtIR5cD9fUVZewKUVwEqsOV0HZO7g31uF+VFzgCxRsV1bv rFA= X-IronPort-AV: E=Sophos;i="5.72,314,1580803200"; d="scan'208";a="49172248" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 27 Mar 2020 15:25:40 -0800 IronPort-SDR: X61FKMoRbPbV7sqOkM/Ntws+8gmlKGZ2XPQkL7YC9+FEq1qxB3qoEtE5Z53aqrVH7p/wKXolcx rM7eBwc4dvJkGxoPHhR1Lnl/cwx3yfKXUBh31NzpqVflT7xOBB9oqt4CwUO0YKCHNcnQcA+NHQ nPRTFPtX6hQwOM3yLGuHfhJ2Vi7kYBabk7/DSautbjKpdkuzQnID+H2hnXFjDUYoENHsU0WXFn kABLlA4doM5XrIBLv7mYs2Xz2c5365ji8lblUpaOvLVQKbfaqb5b4hKplWxUnqMYu1DKMxv9ZI Kmw= Date: Fri, 27 Mar 2020 23:25:35 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Shen-Ta Hsieh Subject: Re: [PATCH] Add benchtests for roundeven and roundevenf. In-Reply-To: <20200305172357.3124428-1-ibmibmibm.tw@gmail.com> Message-ID: References: <20200305172357.3124428-1-ibmibmibm.tw@gmail.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) To SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: libc-alpha@sourceware.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" On Fri, 6 Mar 2020, Shen-Ta Hsieh wrote: > This patch adds benchtests for the roundeven and roundevenf functions. The > inputs are copied from trunc-inputs. Thanks. I've committed this patch. This one doesn't need an FSF copyright assignment, but more substantive patches will. > * benchtests/Makefile (bench-math): Add roundeven and roundevenff. > * benchtests/roundeven-inputs: New file. > * benchtests/roundevenf-inputs: Likewise. This ChangeLog-format log is no longer needed. -- Joseph S. Myers joseph@codesourcery.com