Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / wrgsbase-2.c
blobcf94750842360616851cccd6e5ae029080bdc5b1
1 /* { dg-do compile { target { ! { ia32 } } } } */
2 /* { dg-options "-O2 -mfsgsbase" } */
3 /* { dg-final { scan-assembler "wrgsbase\[ \t]+(%|)(rdi|rcx)" } } */
5 #include <immintrin.h>
7 void
8 write_gs_base64 (unsigned long long base)
10 _writegsbase_u64 (base);