mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-11 21:03:45 +08:00
Fix typo in testcase.
gcc/testsuite/ChangeLog: * gcc.target/i386/avx-pr94680.c: Fix typo in testcase.
This commit is contained in:
parent
94de7e225c
commit
0ffdbc85d9
@ -76,7 +76,7 @@ foo_v16hi_l (v16hi x)
|
|||||||
{
|
{
|
||||||
return __builtin_shuffle ((v16hi) { 0, 0, 0, 0, 0, 0, 0, 0,
|
return __builtin_shuffle ((v16hi) { 0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0 }, x,
|
0, 0, 0, 0, 0, 0, 0, 0 }, x,
|
||||||
(v16hi) { 16, 17, 18, 20, 21, 22, 23,
|
(v16hi) { 16, 17, 18, 19, 20, 21, 22, 23,
|
||||||
15, 0, 13, 2, 11, 4, 9, 6 });
|
15, 0, 13, 2, 11, 4, 9, 6 });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user