PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr79807.c
blobe491a4da8efcecd11d26aea60018450c67d9f6ff
1 /* PR target/79807 */
2 /* { dg-do compile } */
3 /* { dg-options "-O0 -mavx -ffloat-store" } */
5 typedef double __v2df __attribute__ ((__vector_size__ (16)));
6 typedef double __v4df __attribute__ ((__vector_size__ (32)));
8 __v2df
9 foo (__v4df x)
11 return __builtin_ia32_pd_pd256 (x);