aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr56022.c
blob: db43162fbbd1f8d6732ddf5045d9906ebd11e3a9 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-mavx" } */

typedef float __m256 __attribute__ ((__vector_size__ (32), __may_alias__));
__attribute__((target("no-avx"))) static int currentImplementationSupported()
{}
__m256 foo0(__m256 a) {}