all: c++ ppc.cxx -o ppc -O2 -static -ffast-math single: c++ ppc.cxx -o ppc -O2 -static -ffast-math -D SINGLE asm: c++ ppc.cxx -o ppc -O2 -static -ffast-math -D SINGLE -D ROTASM sse: c++ ppc.cxx -o ppc -O2 -static -ffast-math -msse2 -mfpmath=sse