all:
	g++ popcnt.cpp -o popcnt -ggdb

asm:
	g++ -S popcnt.cpp