[Issue 7413] New: Vector literals don't work
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jan 31 10:54:17 PST 2012
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: nobody at puremagic.com
ReportedBy: turkeyman at gmail.com
--- Comment #0 from Manu <turkeyman at 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: -------
More information about the Digitalmars-d-bugs
mailing list