blob: ec55a12e2a0db526b1d76c103b4e8230b9952d22 [file] [log] [blame]
/* PR target/59874 */
/* { dg-do compile } */
/* { dg-options "-O2 -mpopcnt -masm=att" } */
/* { dg-final { scan-assembler "popcntw" } } */
unsigned int
foo (unsigned short x)
{
return __builtin_popcount (x);
}