https://issues.dlang.org/show_bug.cgi?id=12832
Issue ID: 12832
Summary: ask movdqu accepts wrong operand size
Product: D
Version: unspecified
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: DMD
Assignee: [email protected]
Reporter: [email protected]
void main()
{
ulong a;
asm { movdqu XMM1, a; }
}
--
