The BIG_ENDI part had a typo in it. Ok to commit? Andreas 2007-11-15 Andreas Jaeger * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union. Reported by Christoph Quirin Lauter . ============================================================ Index: sysdeps/ieee754/dbl-64/sincos.tbl --- sysdeps/ieee754/dbl-64/sincos.tbl 26 Aug 2002 22:40:36 -0000 1.4 +++ sysdeps/ieee754/dbl-64/sincos.tbl 15 Nov 2007 18:39:31 -0000 @@ -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, -- Andreas Jaeger, Director Platform/openSUSE, aj@suse.de SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Maxfeldstr. 5, 90409 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126