mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 01:00:53 +08:00
sse4_1-pmuldq.c (TEST): Initialize even src1.i and src2.i fields even in the second half of the arrays.
* gcc.target/i386/sse4_1-pmuldq.c (TEST): Initialize even src1.i and src2.i fields even in the second half of the arrays. From-SVN: r189018
This commit is contained in:
parent
c523fc894c
commit
b585a51fb9
@ -1,3 +1,8 @@
|
||||
2012-06-27 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* gcc.target/i386/sse4_1-pmuldq.c (TEST): Initialize
|
||||
even src1.i and src2.i fields even in the second half of the arrays.
|
||||
|
||||
2012-06-27 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
|
||||
|
||||
PR c++/51033.
|
||||
|
@ -32,7 +32,7 @@ TEST (void)
|
||||
int i, sign = 1;
|
||||
long long value;
|
||||
|
||||
for (i = 0; i < NUM; i += 2)
|
||||
for (i = 0; i < NUM * 2; i += 2)
|
||||
{
|
||||
src1.i[i] = i * i * sign;
|
||||
src2.i[i] = (i + 20) * sign;
|
||||
|
Loading…
x
Reference in New Issue
Block a user