blob: 5dfe36372cb42136f44d2ae724eb0d9cdbf48494 [file] [log] [blame]
// { dg-do assemble { target i?86-*-* x86_64-*-* } }
// { dg-options "" }
__attribute__((target ("popcnt"), used))
void foo (void)
{
}
__attribute__((target ("popcnt","avx"), used))
void foo (void)
{
}