projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeef021
)
(__sgn1l): Add __extension__.
author
drepper
<drepper>
Mon, 12 Jun 2000 22:56:59 +0000
(22:56 +0000)
committer
drepper
<drepper>
Mon, 12 Jun 2000 22:56:59 +0000
(22:56 +0000)
sysdeps/i386/fpu/bits/mathinline.h
patch
|
blob
|
history
diff --git
a/sysdeps/i386/fpu/bits/mathinline.h
b/sysdeps/i386/fpu/bits/mathinline.h
index
38c7405
..
d6f35b7
100644
(file)
--- a/
sysdeps/i386/fpu/bits/mathinline.h
+++ b/
sysdeps/i386/fpu/bits/mathinline.h
@@
-506,7
+506,8
@@
__inline_mathcodeNP (acos, __x, return __atan2l (__sqrtl (1.0 - __x * __x), __x)
__inline_mathop_declNP (atan, "fld1; fpatan", "0" (__x) : "st(1)")
__inline_mathcode_ (long double, __sgn1l, __x, \
- union { long double __xld; unsigned int __xi[3]; } __n = { __xld: __x }; \
+ __extension__ union { long double __xld; unsigned int __xi[3]; } __n = \
+ { __xld: __x }; \
__n.__xi[2] = (__n.__xi[2] & 0x8000) | 0x3fff; \
__n.__xi[1] = 0x80000000; \
__n.__xi[0] = 0; \