Hacker News new | ask | show | jobs
by letney 4541 days ago
The work-around for 'x&(x-1)' I found is one-character longer: '(x&(~x+x+x))'