[Issue 10826] Should the D GC allocate double4[] aligned to 32 bytes?
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Aug 15 20:48:45 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10826
Manu <turkeyman at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |turkeyman at gmail.com
--- Comment #1 from Manu <turkeyman at gmail.com> 2013-08-15 20:48:42 PDT ---
Yes, double4 should intrinsically be align(32), just like float4/double2 is
intrinsically align(16). Likewise, align(64) for ZMM regs.
The GC should respect the explicit alignment of any type. If it doesn't, then
that is another bug.
--
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