August 15, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2286

           Summary: movmskpd compiled incorrectly
           Product: D
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: wrong-code
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: bugzilla@digitalmars.com


movmskpd    EAX,    XMM7;
is compiled to:
  movmskpd    EDI,    XMM7;

as reported by The Ahn Tran


-- 

September 03, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2286


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from bugzilla@digitalmars.com  2008-09-03 01:36 -------
Fixed dmd 1.035 and 2.019


--