aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/avx512f-dummy.c
blob: 84b062789b9b63a23d559db9230a741e009fbb9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* { dg-do run } */
/* { dg-options "-mavx512f -O2" } */
/* { dg-require-effective-target avx512f } */

#include "avx512f-check.h"

void static
avx512f_test (void)
{
  union512i_q u, s1, s2;
  long long e[8];
  volatile int tst = check_union512i_q (u, e);
}