Thread overview
[Issue 13032] std.internal.math.gammfunction assumes 80-bit real
Jul 03, 2014
Johannes Pfau
Dec 17, 2022
Iain Buclaw
July 03, 2014
https://issues.dlang.org/show_bug.cgi?id=13032

--- Comment #1 from Johannes Pfau <johannespfau@gmail.com> ---
Sorry, testing is not as simple as I initially thought. Mixing code compiled with -mlong-double-64 and code compiled without is not possible.

So in order to test this on x86 gdc needs to be built from source and phobos/drutime have to be compiled with "-mlong-double-64" as well.

Use
DFLAGS="-mlong-double-64" ./configure
DFLAGS="-mlong-double-64" make
for this.


It might be simpler to just use one of the existing ARM (cross)compilers and
test on an ARM system.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=13032

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--
December 01
https://issues.dlang.org/show_bug.cgi?id=13032

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/10067

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--