all:  svesize
svesize: svesize.cpp
	c++ -o svesize svesize.cpp -march=armv8-a+sve -std=c++17

clean:
	rm -f svesize
