blob: 115183eede6ebe5b237ffaf2afe8c0d4f498f6d8 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O -Wno-psabi" } */
#include <x86intrin.h>
__attribute__((target ("no-avx")))
void
foo (__m256 *x)
{
x[0] = _mm256_sub_ps (x[1], x[2]);
}
/* { dg-error "target specific option mismatch" "" { target *-*-* } 0 } */