
all:
	gcc -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast l1_interleaving_test.c -lpthread
	./a.out
