# HG changeset patch # User gpoirier # Date 1147644003 0 # Node ID 165069d58cc21053d49908ad17cfb92deaf1738e # Parent 78963e63a45c250bfaef3ca54492bad0b30bd9f2 Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for GCC, so use -m3dnow instead. Note that there's no way to specificly activate 3dnow ext support diff -r 78963e63a45c -r 165069d58cc2 Makefile --- a/Makefile Sun May 14 14:21:06 2006 +0000 +++ b/Makefile Sun May 14 22:00:03 2006 +0000 @@ -350,7 +350,7 @@ endif ifdef TARGET_BUILTIN_3DNOW i386/fft_3dn.o: CFLAGS+= -m3dnow -i386/fft_3dn2.o: CFLAGS+= -march=athlon +i386/fft_3dn2.o: CFLAGS+= -m3dnow endif endif