From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44981 invoked by alias); 3 Jan 2020 02:18:48 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 44967 invoked by uid 89); 3 Jan 2020 02:18:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=Math X-HELO: mail-lj1-f178.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ZKfAQOq+Hr1bbszTrN7peYzXPCLM1txXVuoD6zfe3XE=; b=PAXYJoQlOWGC3/pToA+9OyUq8BLA0yNE2p+bseTFKFCcpUY2R6q+FZP8jdyAYwABM2 JJvaFDbYyMaP+x1Realj/i1OU3YYs7QAY8EhFv3PxsTWrCR3nbtxdyL+I3OXUHMLizRT kQ/qOSS80RdmwC9cCTvvkmpwp5XPM7wA0nbL6n364C2mPKxPab9qH88Jd54b+DrbzZ5g CvRbTAnrt/R2rbdP0HdXAkcOEe50Slum+Rad2wo6sL0cDFH+0SyVnNlfv0xqGXVTO2On YSJ3IAP4m+NGgRazGICouo8UB48LGNBUfDjQopmIVybvX9QM3YJllSvTTAJ6E8gAIaZ8 yDGg== MIME-Version: 1.0 References: In-Reply-To: From: Alistair Francis Date: Fri, 03 Jan 2020 02:18:00 -0000 Message-ID: Subject: Re: Math errors To: Joseph Myers Cc: GNU C Library Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2020-01/txt/msg00039.txt.bz2 On Mon, Dec 30, 2019 at 2:29 PM Joseph Myers wrote: > > On Mon, 30 Dec 2019, Joseph Myers wrote: > > > On Mon, 30 Dec 2019, Alistair Francis wrote: > > > > > Hey, > > > > > > I'm running the `make check` tests on RV32 inside QEMU and about 800 > > > math tests are failing with errors along these lines: > > > > You need to generate libm-test-ulps for RV32 ("make regen-ulps") (also > > remember to create a corresponding libm-test-ulps-name file for use in > > generating the table in the manual). > > I should add: first try renaming the RV64 libm-test-ulps to make it > generic for both RV32 and RV64. You should only need a separate file for > RV32 if there is a clear reason for different results between the two. Thanks Joseph, I moved the RV64 one to be generic and that seems to fix most of the math tests. I tried `make regen-ulps` after that, just to be sure, and it didn't generate a diff. There are a handful of math tests that seem to fail, but if I manually run the test a few times I will eventually get a pass. Any hints on what to do there? Alistair > > -- > Joseph S. Myers > joseph@codesourcery.com