On Tue, Oct 25, 2011 at 10:21 AM, Jakub Jelinek wrote:
> For -masm=intel we currently emit invalid assembler for the v*gather*
> insns,
> vpgatherdd ymm0, (rax, ymm1, 1), ymm2
> is some weird mixture of AT&T and Intel syntax. Furthermore,
> by requiring a register as a base we unnecessarily
Hi!
For -masm=intel we currently emit invalid assembler for the v*gather*
insns,
vpgatherdd ymm0, (rax, ymm1, 1), ymm2
is some weird mixture of AT&T and Intel syntax. Furthermore,
by requiring a register as a base we unnecessarily penalize the code,
even when the base is constant or symbol,