1 2 3 4 5 6 7 8 9 10 11 12
// { 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) { }