#!/bin/sh
gcc testperf.c -o ttp -g `pkg-config --cflags --libs eina ecore` -O2 -march=native
gcc testperf.c -S -Wa,ahl=testperf.s -fcilkplus -lcilkrts -mavx -g  `pkg-config --cflags --libs eina ecore` -O0 -march=native
exec ./ttp 1 2 100000000
