]> sourceware.org Git - glibc.git/commitdiff
Fix size of union.
authorAndreas Jaeger <aj@suse.de>
Thu, 15 Nov 2007 19:06:06 +0000 (19:06 +0000)
committerAndreas Jaeger <aj@suse.de>
Thu, 15 Nov 2007 19:06:06 +0000 (19:06 +0000)
sysdeps/ieee754/dbl-64/sincos.tbl

index 9dd5502841a518fb4b30fc804e8275851d52a6aa..9343f24163168b96436b3f73d9083ed9a680d48e 100644 (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,
This page took 0.045461 seconds and 5 git commands to generate.