mirror of git://sourceware.org/git/glibc.git
Fix size of union.
This commit is contained in:
parent
68a6dcf5da
commit
a05826e208
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* IBM Accurate Mathematical Library
|
* IBM Accurate Mathematical Library
|
||||||
* Written by International Business Machines Corp.
|
* 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
|
* 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
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
|
|
||||||
#ifdef BIG_ENDI
|
#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,
|
||||||
/**/ 0x00000000, 0x00000000,
|
/**/ 0x00000000, 0x00000000,
|
||||||
/**/ 0x3FF00000, 0x00000000,
|
/**/ 0x3FF00000, 0x00000000,
|
||||||
|
|
Loading…
Reference in New Issue