From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 1FA3E395C81C for ; Wed, 25 Nov 2020 22:05:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1FA3E395C81C 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: 2jqWTcvmMkcNJoZ3EHX+mOwTgF2eTE0FRDtLbNe4ExpZ/0ECnPNYCYKM2T4cXFRNwk1XgotjxK wp7f5lrwW6tTBBmpRcJfrDAw/PV+03NxR7/V6OxdS1iUDPCTublvUwitI769rxegtZSgCPu+5o cRGu0PK4/xWMMQI7uuh41NgexGmQIqtXePFLg6nTQ22rArDLDgzA8EW7scZLgo8vzoQOvXfpw2 5eJyNJeoDXGHFgMBaTQSYayAhMMM9b8GPcGy4Y3ZviNYbbDGhw3d99eiQFmRA+uXItydnAsO8I jlc= X-IronPort-AV: E=Sophos;i="5.78,370,1599552000"; d="scan'208";a="55615813" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 25 Nov 2020 14:05:27 -0800 IronPort-SDR: I+e9k2hFwQoiidCTj+G+vluUYQ9ngfMbsH9wmkRtIXNaq4qqfi86DLvSVJMWRl5MPRHBJBDD4l BuwA8/ylbwIgGXWOeyO47VBW4A7W9H0EwT5OiuJ76xjtkBdcmYtUsxvNenSgDn0TNV3pQv6O/9 OBlg62uv4KisgiOzhDMwtQzPOb5uxs7DuQlo+576JPTO1MEz1PWJyc543sAjUxK8T8x9PEjhb+ U5tGXWnZY/TiR8y67S7/7KpNkW1xuisbbaK+kgSO8IAe88E/G3MXeoRvcLYqDhilWIi0Ng46iR bpE= Date: Wed, 25 Nov 2020 22:05:20 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Paul Zimmermann CC: Subject: Re: [PATCH] add inputs to auto-libm-test-in yielding larger errors In-Reply-To: Message-ID: References: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-09.mgc.mentorg.com (139.181.222.9) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3125.0 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: , X-List-Received-Date: Wed, 25 Nov 2020 22:05:29 -0000 On Wed, 25 Nov 2020, Paul Zimmermann wrote: > Hi, > > the following patch adds inputs to auto-libm-test-in that yield larger > errors for double precision (binary64) on x86_64. In particular for exp > and log the maximal ulp error increases from 0 to 1. OK. -- Joseph S. Myers joseph@codesourcery.com