[Bug 713985] Re: [armel] Function tgammal has precision issues in version 2.12.1-0ubuntu10.2 on ARM

2014-07-20 Thread Dima Pasechnik
It would be great to know in more details how to get the fix mentioned on an armhfl Ubuntu 12.10 (no, we cannot upgrade the system, unfortunately). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/713985

[Bug 713985] Re: [armel] Function tgammal has precision issues in version 2.12.1-0ubuntu10.2 on ARM

2014-07-19 Thread Will Newton
This seems to be fixed as far as I can tell building a static soft float binary with the Linaro toolchain (which incidentally no longer supports soft float from 4.9 onwards). ** Changed in: linaro-toolchain-misc Status: New = Fix Released -- You received this bug notification because

[Bug 713985] Re: [armel] Function tgammal has precision issues in version 2.12.1-0ubuntu10.2 on ARM

2012-02-06 Thread Snark
This is still a problem with 2.13-24ubuntu4. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/713985 Title: [armel] Function tgammal has precision issues in version 2.12.1-0ubuntu10.2 on ARM To

[Bug 713985] Re: [armel] Function tgammal has precision issues in version 2.12.1-0ubuntu10.2 on ARM

2012-02-01 Thread Dima Pasechnik
This boils down to eglibc working with 8-byte floats on ARM, even if it's declared long double. To see this behaviour on x86, build and run the following: #include stdio.h #include math.h int main () { double x = 6.0; printf(sizof(double)=%d\n,sizeof(double)); printf(lgamma

[Bug 713985] Re: [armel] Function tgammal has precision issues in version 2.12.1-0ubuntu10.2 on ARM

2012-01-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: eglibc (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/713985 Title:

[Bug 713985] Re: [armel] Function tgammal has precision issues in version 2.12.1-0ubuntu10.2 on ARM

2012-01-09 Thread Matthias Klose
** Tags added: arm-porting-queue armel ** Also affects: linaro-toolchain-misc Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/713985 Title: [armel]

[Bug 713985] Re: [armel] Function tgammal has precision issues in version 2.12.1-0ubuntu10.2 on ARM

2012-01-08 Thread Dima Pasechnik
The bug is in fact in lgammal, as tgammal(x) simply takes expl(lgammal(x)); namely, lgammal(6.0) produces 4.78749174278204581157 on armel, while it should be closer to 4.7874917427820459942477, i.e. armel gives relative error of about 3.8e-17 -- You received this bug notification

[Bug 713985] Re: [armel] Function tgammal has precision issues in version 2.12.1-0ubuntu10.2 on ARM

2011-02-06 Thread Dave Gilbert
** Summary changed: - Function tgammal has precision issues in version 2.12.1-0ubuntu10.2 on ARM + [armel] Function tgammal has precision issues in version 2.12.1-0ubuntu10.2 on ARM -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.