From a05826e20805d6db6d178eda1c1a09ed496f509d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 15 Nov 2007 19:06:06 +0000 Subject: Fix size of union. --- sysdeps/ieee754/dbl-64/sincos.tbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/ieee754') diff --git a/sysdeps/ieee754/dbl-64/sincos.tbl b/sysdeps/ieee754/dbl-64/sincos.tbl index 9dd5502..9343f24 100644 --- a/sysdeps/ieee754/dbl-64/sincos.tbl +++ b/sysdeps/ieee754/dbl-64/sincos.tbl @@ -1,7 +1,7 @@ /* * IBM Accurate Mathematical Library * Written by International Business Machines Corp. - * Copyright (C) 2001 Free Software Foundation, Inc. + * Copyright (C) 2001, 2007 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -24,7 +24,7 @@ #ifdef BIG_ENDI -static const union {int4 i[880]; double x[40];}sincos = { .i = { +static const union {int4 i[880]; double x[440];}sincos = { .i = { /**/ 0x00000000, 0x00000000, /**/ 0x00000000, 0x00000000, /**/ 0x3FF00000, 0x00000000, -- cgit v1.1