http://d.puremagic.com/issues/show_bug.cgi?id=7413

           Summary: Vector literals don't work
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: turkey...@gmail.com


--- Comment #0 from Manu <turkey...@gmail.com> 2012-01-31 10:54:16 PST ---
Vector literals in the form:
  float4 v = [1,2,3,4];

still don't appear to work...

Literal should be allocated & aligned, ideally PC relative, right next to the
function (at least possible in x64).
Additionally, assigning literals '0' or [0,0,0,0] should generate the
appropriate xor opcode.

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

Reply via email to