January 12, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9298

           Summary: some std.math functions not implemented for Win64
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: bugzilla@digitalmars.com


--- Comment #0 from Walter Bright <bugzilla@digitalmars.com> 2013-01-11 22:01:02 PST ---
Includes:

nearbyint()
lround()
remquo()

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 31, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9298


Sean Cavanaugh <WorksOnMyMachine@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |WorksOnMyMachine@gmail.com


--- Comment #1 from Sean Cavanaugh <WorksOnMyMachine@gmail.com> 2013-05-31 02:26:11 PDT ---
I ran into this trying out dmd 2.063 : 64 bit, these functions are still missing win64.  Looking at math.d it appears the following are definitely missing in the version wrapped by 'DigitalMarsWin64':

isfinite
isinf
isnormal
signbit
fpclassify

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------