This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug inline-asm/79880] Gcc refuses to encode vpgatherdd instruction (x86-64)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79880

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Ah, if you want to avoid the %xmm4, %r13, %xmm3, etc., you need .intel_syntax
noprefix.
And, the insn is invalid anyway, because you can't have the same mask and
destination.
In any case, this has nothing to do with gcc, that just passes the text through
to gas.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]