* config/i386.c (standard_sse_constant_opcode): Fix last commit.
From-SVN: r178705
This commit is contained in:
parent
974e0ad69d
commit
a2e6888d20
@ -8241,7 +8241,10 @@ standard_sse_constant_opcode (rtx insn, rtx x)
|
||||
}
|
||||
|
||||
case 2:
|
||||
return "%vpcmpeqd\t%0, %0, %0";
|
||||
if (TARGET_AVX)
|
||||
return "vpcmpeqd\t%0, %0, %0";
|
||||
else
|
||||
return "pcmpeqd\t%0, %0";
|
||||
|
||||
default:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user