blob: 07fbd0e9fd99748194c6c719d712e41e495bf964 [file] [log] [blame]
// { dg-do assemble }
// { dg-options "" }
__attribute__((target ("popcnt"), used))
void foo (void)
{
}
__attribute__((target ("popcnt","avx"), used))
void foo (void)
{
}