Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
September 22, 2020 [Issue 21267] Make std.complex work with -betterC | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21267 --- Comment #1 from Nathan S. <n8sh.secondary@hotmail.com> --- WIP: https://github.com/dlang/phobos/pull/7643 >on some platforms may be calculated in double precision even when T is an extended-precision real. This might be a showstopper. The two culprits here are version (CRuntime_Microsoft) and version (CRuntime_UClibc) whose atan2, coshl, expl, hypotl, logl, powl, and sinhl are effectively just aliases of the double-precision versions of those functions. -- |
October 28, 2021 [Issue 21267] Make std.complex work with -betterC | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21267 Richard Cattermole <alphaglosined@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alphaglosined@gmail.com --- Comment #2 from Richard Cattermole <alphaglosined@gmail.com> --- Right now it is erroring with TypeInfo not being available. /dlang/dmd/linux/bin64/../../src/druntime/import/object.d(3583): Error: `TypeInfo` cannot be used with -betterC This may be related to toString not being templated and using stuff that depends on druntime. -- |
June 04, 2022 [Issue 21267] Make std.complex work with -betterC | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21267 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |betterC CC| |bugzilla@digitalmars.com -- |
December 17, 2022 [Issue 21267] Make std.complex work with -betterC | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21267 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
December 01 [Issue 21267] Make std.complex work with -betterC | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21267 --- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/phobos/issues/9807 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation