convert : convert.cpp
	c++  -mavx512ifma -mbmi2 -mavx512vbmi -mavx512f -O3 -Wall -Wextra -std=c++17 -o convert convert.cpp
clean:
	rm -r -f convert
