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
/
xsavec64-1.c
blob
5d4faff6fe05f81ebce69a579012f776da2f8685
1
/* { dg-do compile { target { ! ia32 } } } */
2
/* { dg-options "-O2 -mxsavec" } */
3
/* { dg-final { scan-assembler "xsavec64\[ \\t\]" } } */
4
5
#include
"x86intrin.h"
6
7
void
8
test_xsavec
(
void
*
__A
,
long long
__B
)
9
{
10
_xsavec64
(
__A
,
__B
);
11
}