
# if "include <math.h>", then need "-lm" here to load the math library.

gcc -march=athlon64 -O2 -lm qs.c qs_main.c -o qs
./qs > qs.out

