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
* g++.dg/other/i386-2.C (dg-options): Add -mavx512pf.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
wrgsbase-2.c
blob
cf94750842360616851cccd6e5ae029080bdc5b1
1
/* { dg-do compile { target { ! { ia32 } } } } */
2
/* { dg-options "-O2 -mfsgsbase" } */
3
/* { dg-final { scan-assembler "wrgsbase\[ \t]+(%|)(rdi|rcx)" } } */
4
5
#include <immintrin.h>
6
7
void
8
write_gs_base64
(
unsigned long long
base
)
9
{
10
_writegsbase_u64
(
base
);
11
}