# HG changeset patch # User diego # Date 1160755481 0 # Node ID 17aaeec7cd5f1f1401149c3871489e3a92a734cc # Parent b2582438effe88330fadc1398930469b9c90e035 Remove intrinsics checks, they are no longer used. partly based on a patch by Zuxy Meng, zuxy.meng gmail com diff -r b2582438effe -r 17aaeec7cd5f Makefile --- a/Makefile Fri Oct 13 14:21:25 2006 +0000 +++ b/Makefile Fri Oct 13 16:04:41 2006 +0000 @@ -339,19 +339,6 @@ ifeq ($(CONFIG_CAVS_DECODER),yes) OBJS += i386/cavsdsp_mmx.o endif -ifeq ($(TARGET_BUILTIN_VECTOR),yes) -i386/fft_sse.o: CFLAGS+= -msse -depend: CFLAGS+= -msse -endif -ifeq ($(TARGET_BUILTIN_3DNOW),yes) -i386/fft_3dn.o: CFLAGS+= -m3dnow -ifeq ($(TARGET_ARCH_X86),yes) -i386/fft_3dn2.o: CFLAGS+= -march=athlon -endif -ifeq ($(TARGET_ARCH_X86_64),yes) -i386/fft_3dn2.o: CFLAGS+= -march=k8 -endif -endif endif # armv4l specific stuff