gene-hightower / binary-gap

silly program to count zero bits surrounded by one bits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binary-gap

Silly program to count zero bits surrounded by one bits.

This led down the rabbit hole of getting access to the pop count / count trailing zeros instructions, or what to do if I can't.

About

silly program to count zero bits surrounded by one bits

License:GNU General Public License v3.0


Languages

Language:C++ 98.9%Language:Makefile 1.1%