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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
avx-vzeroupper-10.c
blob
5007753a0b747d8a7f2ef3c25f69dbc15e0a5c34
1
/* { dg-do compile } */
2
/* { dg-options "-O0 -mavx -mvzeroupper -dp" } */
3
4
#include <immintrin.h>
5
6
extern
float
x
,
y
;
7
8
void
9
foo
()
10
{
11
x
=
y
;
12
_mm256_zeroupper
();
13
_mm256_zeroupper
();
14
_mm256_zeroupper
();
15
}
16
17
/* { dg-final { scan-assembler-times "avx_vzeroupper" 3 } } */