blob: e6c015249b26a756a67175702387dd99bba62248 [file] [log] [blame]
int f (char v)
{
return __builtin_popcount((int)__builtin_bswap16(v));
}