* gcc.target/i386/pr70021.c: Add -mtune=skylake.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / fxrstor64-1.c
blobfbdb1f6fef8f2259c331f6cb0827cb6e4f540b81
1 /* { dg-do compile { target { ! ia32 } } } */
2 /* { dg-options "-mfxsr -O2" } */
3 /* { dg-final { scan-assembler "fxrstor64\[ \\t\]" } } */
5 #include <x86intrin.h>
7 void extern
8 fxsave_test (void)
10 char fxsave_region [512] __attribute__((aligned(16)));
11 _fxrstor64 (fxsave_region);