Commit 9bd6a6ae by Martin Liska

Add missing file.

From-SVN: r238810
parent ce84ada3
/* { dg-do compile { target x86_64-*-* } } */
/* { dg-additional-options "-O3 -march=core-avx2" } */
unsigned *a;
void
fn1 ()
{
for (int i; i; ++i)
{
unsigned g (a[i] << 8 >> 24);
a[i] = g;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment