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

--- Comment #2 from Marco Leise <[email protected]> ---
Sure, here you go:

    int main()
    {
        asm { vpermilps YMM0, YMM7, 0xAA; }
    }

That does not work in 32-bit compilation mode, although YMM0 to YMM7 should be
available. Compare section 14.1.1 of "Intel® 64 and IA-32 Architectures
Software Developer’s Manual".

--

Reply via email to