PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / xsaveopt64-1.c
blobf7864fe39999ccc3c23b29f7188fbaa0a5000d5a
1 /* { dg-do compile { target { ! ia32 } } } */
2 /* { dg-options "-mxsaveopt -O2" } */
3 /* { dg-final { scan-assembler "xsaveopt64\[ \\t\]" } } */
5 #include <x86intrin.h>
7 void extern
8 xsave_test (void)
10 char xsaveopt_region [512] __attribute__((aligned(64)));
11 _xsaveopt64 (xsaveopt_region, ((long long) 0xA0000000F));