linux-bench
linux-bench copied to clipboard
STREAM for ARM architectures
Line 353 we need to change the compile settings for STREAM using ARM (x86 current way is good): if x86 run current: gcc stream.c -O3 -march=native -fopenmp -o stream-me if ARM run: gcc stream.c -O3 -fopenmp -o stream-me