summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/avx512vl-vpclmulqdq-2.c
blob: c653e952bb0dff26c47e84abc37a92f929ecb129 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* { dg-do run } */
/* { dg-options "-O2 -mavx512bw -mavx512vl -mvpclmulqdq" } */
/* { dg-require-effective-target avx512vl } */
/* { dg-require-effective-target avx512bw } */
/* { dg-require-effective-target vpclmulqdq } */

#define AVX512VL
#define AVX512F_LEN 256
#define AVX512F_LEN_HALF 128
#include "avx512f-vpclmulqdq-2.c"

#undef AVX512F_LEN
#undef AVX512F_LEN_HALF

void
test_128 () {}