This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: New `regen-ulps' convenience target.
- From: Adhemerval Zanella <azanella at linux dot vnet dot ibm dot com>
- To: libc-alpha at sourceware dot org
- Date: Sat, 06 Apr 2013 20:09:09 -0300
- Subject: Re: New `regen-ulps' convenience target.
- References: <516089A4 dot 3030803 at redhat dot com>
On 04/06/2013 05:46 PM, Carlos O'Donell wrote:
> 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.
>
>
Thanks Carlos, nice work. I'll use it to update PowerPC ULPs.