blob: 871d3f1bd90dd391ec5e9cf8c208add2522728e6 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O3 -mvzeroupper" } */
__attribute__ ((__target__ ("avx")))
float bar (float f) {}
void foo (float f)
{
bar (f);
}