x86:
	gcc test_scan.c scan_oram.c ../asm.c -Wall -O3 -o testscan
rv64:
	riscv64-unknown-elf-gcc test_scan.c scan_oram.c ../asm.c -Wall -O3 -o testscan
