diff --git a/src/Makefile_AMD.mingw64 b/src/Makefile_AMD.mingw64 new file mode 100644 index 000000000..d891ed4a4 --- /dev/null +++ b/src/Makefile_AMD.mingw64 @@ -0,0 +1,2 @@ +include Makefile.mingw64 +CFLAGS = -O3 -march=amdfam10 -mtune=amdfam10 -fbranch-probabilities -fvpt -funroll-loops -fpeel-loops -ftracer -fomit-frame-pointer -ffast-math -msse -msse2 -msse3 -mfpmath=sse -mstackrealign \ No newline at end of file