for DIR in ./*/; do
#  cpp -I. $DIR/result/function_bestG30.S | grep -v '#' > /tmp/x 
#  echo "# sse2 `basename $DIR`_old_gene red" > /tmp/y
#  cat /tmp/y /tmp/x | sed -e"s/new/old/g" > ../../benchmark_string/`basename $DIR`_profile_priv/variant/`basename $DIR`_old_gene.s
  cpp -I. $DIR/function.S | grep -v '#' > /tmp/x
  echo "# sse2 `basename $DIR`_new_gene blue"  > /tmp/y
  cat /tmp/y /tmp/x > ../../benchmark_string/`basename $DIR`_profile_priv/variant/`basename $DIR`_new_gene.s
done
