PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr56022.c
blobdb43162fbbd1f8d6732ddf5045d9906ebd11e3a9
1 /* { dg-do compile } */
2 /* { dg-options "-mavx" } */
4 typedef float __m256 __attribute__ ((__vector_size__ (32), __may_alias__));
5 __attribute__((target("no-avx"))) static int currentImplementationSupported()
6 {}
7 __m256 foo0(__m256 a) {}