* config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
From-SVN: r155943
This commit is contained in:
parent
306c7b5be9
commit
a1b5171bd8
@ -1,3 +1,7 @@
|
||||
2010-01-15 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
|
||||
|
||||
2010-01-15 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR middle-end/42739
|
||||
|
@ -11935,7 +11935,7 @@
|
||||
UNSPEC_VPERMIL2F128))]
|
||||
"TARGET_AVX"
|
||||
{
|
||||
int mask = INTVAL (operands[2]);
|
||||
int mask = INTVAL (operands[3]);
|
||||
if ((mask & 0x88) == 0)
|
||||
{
|
||||
rtx perm[<ssescalarnum>], t1, t2;
|
||||
|
Loading…
Reference in New Issue
Block a user