repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2015-12-10 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
avx2-vshift-1.c
blob
15f20c8365837fd0dba75e13b584076a67be0198
1
/* { dg-do run } */
2
/* { dg-options "-O3 -mavx2" } */
3
/* { dg-require-effective-target avx2 } */
4
5
#ifndef CHECK_H
6
#define CHECK_H
"avx2-check.h"
7
#endif
8
9
#ifndef TEST
10
#define TEST avx2_test
11
#endif
12
13
#include
"xop-vshift-1.c"