1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 /* { dg-final { scan-assembler "popcnt" } } */
4
5 int foo (int x)
6 {
7 return __builtin_popcount (x);
8 }
9
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 /* { dg-final { scan-assembler "popcnt" } } */
4
5 int foo (int x)
6 {
7 return __builtin_popcount (x);
8 }
9