Thread overview
[Issue 9298] some std.math functions not implemented for Win64
Jan 22, 2020
e10s
Dec 17, 2022
Iain Buclaw
January 22, 2020
https://issues.dlang.org/show_bug.cgi?id=9298

e10s <electrolysis.jp@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |electrolysis.jp@gmail.com

--- Comment #2 from e10s <electrolysis.jp@gmail.com> ---
Since Visual Studio 2013, those currently disabled functions, nearbyint(),
lround(), remquo() and also remainder() have been potentially available.

C99 library support in Visual Studio 2013 | C++ Team Blog https://devblogs.microsoft.com/cppblog/c99-library-support-in-visual-studio-2013/

In addition, because newer runtime libs are shipped with compiler packages nowadays, basically no need to consider link errors due to missing functions.

It's a good time to unbind them.

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

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

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

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

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

--