bench: bench.cpp
	c++ -O3 -Wall -Wextra -std=c++17 -fno-tree-vectorize -o bench bench.cpp

clean:
	rm -f bench
