
escape: escape.cpp escape.h
	g++ -O3 -o escape escape.cpp -mavx512vbmi2 -mavx512bw


clean:
	rm -r -f escape