From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22274 invoked by alias); 6 Apr 2013 20:46:34 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 22226 invoked by uid 89); 6 Apr 2013 20:46:33 -0000 X-Spam-SWARE-Status: No, score=-8.4 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 06 Apr 2013 20:46:30 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r36KkTsp026211 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 6 Apr 2013 16:46:29 -0400 Received: from [10.3.113.143] (ovpn-113-143.phx2.redhat.com [10.3.113.143]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r36KkSeL024278; Sat, 6 Apr 2013 16:46:29 -0400 Message-ID: <516089A4.3030803@redhat.com> Date: Sat, 06 Apr 2013 20:46:00 -0000 From: "Carlos O'Donell" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: GNU C Library , "libc-ports@sourceware.org" Subject: New `regen-ulps' convenience target. Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-04/txt/msg00021.txt.bz2 Community, We have a new convenience target called `regen-ulps' which does all the previous work you normally did by hand to update the libm-test-ulps file for your machine. Adding a new math test and want to see how it compared to the expected result? -- Run `make regen-ulps' Changed an algorithm and think it's gone and made the accuracy worse? -- Run `make regen-ulps' Committ diff here: http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=26510bdda1ab999041292737d1fad6aa25f9e06d Cheers, Carlos.