https://issues.dlang.org/show_bug.cgi?id=12832

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid
                 CC|                            |[email protected]
                 OS|Linux                       |All

--- Comment #1 from Walter Bright <[email protected]> ---
The MOVDQU instruction is:

    F3 0F 6F /r MOVDQU xmm1, xmm2/m128

    Move unaligned packed integer values from xmm2/m128 to xmm1.

--

Reply via email to