#!/bin/bash
echo gcc -w -O3 -m64 -mavx2 $1.c inc/main.c -o $1.t -lm
gcc -w -O3 -m64 -mavx2 $1.c inc/main.c -o $1.t -lm
