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 008403951429 for ; Wed, 4 Aug 2021 17:36:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 008403951429 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: IMSAZn1IVttUw1SnIgCp0ztBptw6NqGsNWm89B/NFBCw/uPnkQbdxKCggvm5VHWuuY7Umilk3W suF3XUfD6a4Q7lCIRjHvz8CYLgUtELdDOoJieBGI6Y6NA2FKaq/uNuTGXU2qHdtyW2+ej/TSw9 r2ZmxS4ztYyRqrK7dBJkrsUisCdlHxMVF0QOJZEmuqNKuC3Gzg9+RAMJT2i0xTutrkWPb5kZfw 3753/fVhkwjRpB22m+I3SbcnzjP6cQOw5LBPVilvDDqkub6jiJecSg7+hgGPA+3yzuBps6nuUi SDKOik5CThfBpi32Yhj3CalI X-IronPort-AV: E=Sophos;i="5.84,295,1620720000"; d="scan'208";a="64457348" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 04 Aug 2021 09:36:51 -0800 IronPort-SDR: piCn5cDByOhO34wlpM4S5zX1GbzhetUnpa9GGQguyRAvJjN2ReBUFNIapGPNxLJK22Qksh+fCV bKzzO1ozfAf3CBu+lnNNs3ajfbXxqoaIrmZFjlx0YO/HuJTlHczCgJn7ozmBQhhxLOp7BYLM+1 hi4du7PJa713bP6LYnskD0ESHVt+oL1hym/RdDZy9C93qZjw9IITLhrjZsHMNePA4dn3r11w/3 e/3aAlQhG/vyYydBD8N6mYQExs1kuW6HEoN9YVcaAPuPwaqa7mJlOPqgXawa0QSCA3QfTodGDh IgE= Date: Wed, 4 Aug 2021 17:36:45 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Paul Zimmermann CC: Florian Weimer , Subject: Re: [PATCH] Fixed inaccuracy of j0f (BZ #28185) In-Reply-To: Message-ID: References: <20210804094609.245719-1-Paul.Zimmermann@inria.fr> <87lf5hcwt3.fsf@oldenburg.str.redhat.com> 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-04.mgc.mentorg.com (139.181.222.4) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3119.4 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.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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, 04 Aug 2021 17:36:55 -0000 On Wed, 4 Aug 2021, Paul Zimmermann wrote: > Would it make sense to add just one entry (the one with the largest error) > with xfail-rounding:double,float128,float32x,float64,float64x,ldouble? xfail-rounding is only if the problems are only in non-default rounding modes, if there are large errors in round-to-nearest you should use xfail (and note that the arguments are the format names as used by gen-auto-libm-tests, e.g. binary64, not the names used in the testcase names). -- Joseph S. Myers joseph@codesourcery.com