linux-bench icon indicating copy to clipboard operation
linux-bench copied to clipboard

STREAM for ARM architectures

Open STH-Dev opened this issue 8 years ago • 0 comments

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

STH-Dev avatar Mar 10 '16 19:03 STH-Dev