Fix size of union.

This commit is contained in:
Andreas Jaeger 2007-11-15 19:06:06 +00:00
parent 68a6dcf5da
commit a05826e208
1 changed files with 2 additions and 2 deletions

View File

@ -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,