Re: libm/gamma.c
Felix von Leitner <[email protected]>
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
> Felix, please include in libm/gamma.c > 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? The conversion should be implicit and compile just fine (it does for me on ppc64). Felix