This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Update i386 ULPs for recently added math tests
- From: "Carlos O'Donell" <carlos at systemhalted dot org>
- To: Allan McRae <mcrae_allan at hotmail dot com>
- Cc: libc-alpha <libc-alpha at sourceware dot org>
- Date: Tue, 11 Sep 2012 22:12:04 -0400
- Subject: Re: [PATCH] Update i386 ULPs for recently added math tests
- References: <504FB712.8010607@hotmail.com>
On Tue, Sep 11, 2012 at 6:11 PM, Allan McRae <mcrae_allan@hotmail.com> wrote:
> OK to apply?
>
>
> 2012-12-09 Allan McRae <allan@archlinux.org>
>
> * sysdeps/i386/fpu/libm-test-ulps: Update
>
>
>
> diff --git a/sysdeps/i386/fpu/libm-test-ulps
> b/sysdeps/i386/fpu/libm-test-ulps
> index f0701ef..d35635c 100644
> --- a/sysdeps/i386/fpu/libm-test-ulps
> +++ b/sysdeps/i386/fpu/libm-test-ulps
> @@ -2398,6 +2398,10 @@ ldouble: 1
> Test "sin (-0x1p65) == 0.047183876212354673805106149805700013943218":
> float: 1
> ifloat: 1
> +Test "sin (0x1.fffff8p+127) ==
> 4.85786063130487339701113680434728152037092e-02":
> +float: 1
> +Test "sin (0x1p+127) == 6.23385512955870240370428801097126489001833e-01":
> +float: 1
> Test "sin (0x1p65) == -0.047183876212354673805106149805700013943218":
> float: 1
> ifloat: 1
> @@ -2556,6 +2560,10 @@ ifloat: 1
> Test "sincos (-0x1p65, &sin_res, &cos_res) puts
> 0.047183876212354673805106149805700013943218 in sin_res":
> float: 1
> ifloat: 1
> +Test "sincos (0x1.fffff8p+127, &sin_res, &cos_res) puts
> 4.85786063130487339701113680434728152037092e-02 in sin_res":
> +float: 1
> +Test "sincos (0x1p+127, &sin_res, &cos_res) puts
> 6.23385512955870240370428801097126489001833e-01 in sin_res":
> +float: 1
> Test "sincos (0x1p+50, &sin_res, &cos_res) puts
> 8.68095904660550604334592502063501320395739e-01 in cos_res":
> float: 1
> ifloat: 1
Looks good to me. Thanks for doing the x86 build/test.
Cheers,
Carlos.