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
Stop only if there aren't any usable algorithms
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
fxrstor-1.c
blob
0e1ca191f5e7b3086d03cf3f2154c57d402238fc
1
/* { dg-do compile } */
2
/* { dg-options "-mfxsr -O2" } */
3
/* { dg-final { scan-assembler "fxrstor\[ \\t\]" } } */
4
5
#include <x86intrin.h>
6
7
void
extern
8
fxsave_test
(
void
)
9
{
10
char
fxsave_region
[
512
]
__attribute__
((
aligned
(
16
)));
11
_fxrstor
(
fxsave_region
);
12
}