Re: libm/gamma.c
Enrico Scholz <[email protected]>
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
[email protected] (Felix von Leitner) writes: >> on lines 36-48 before sing + or - the string: (double) >> Example: >> #define B0 (double) + 1.0l/ 6/ 1/ 2 > >> I have problems on ppc64. After the changes all is OK. > > What kind of problem do you have? http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26374 Removing the 'l' modifier works too http://github.com/ensc/dietlibc/commit/81eaf0eab3a66c6e055dc243fc70b204d33c59a2 Enrico