Mercurial > libavcodec.hg
comparison Makefile @ 3307:165069d58cc2 libavcodec
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
author | gpoirier |
---|---|
date | Sun, 14 May 2006 22:00:03 +0000 |
parents | 1fd5fce70e66 |
children | 57078a058b96 |
comparison
equal
deleted
inserted
replaced
3306:78963e63a45c | 3307:165069d58cc2 |
---|---|
348 i386/fft_sse.o: CFLAGS+= -msse | 348 i386/fft_sse.o: CFLAGS+= -msse |
349 depend: CFLAGS+= -msse | 349 depend: CFLAGS+= -msse |
350 endif | 350 endif |
351 ifdef TARGET_BUILTIN_3DNOW | 351 ifdef TARGET_BUILTIN_3DNOW |
352 i386/fft_3dn.o: CFLAGS+= -m3dnow | 352 i386/fft_3dn.o: CFLAGS+= -m3dnow |
353 i386/fft_3dn2.o: CFLAGS+= -march=athlon | 353 i386/fft_3dn2.o: CFLAGS+= -m3dnow |
354 endif | 354 endif |
355 endif | 355 endif |
356 | 356 |
357 # armv4l specific stuff | 357 # armv4l specific stuff |
358 ifeq ($(TARGET_ARCH_ARMV4L),yes) | 358 ifeq ($(TARGET_ARCH_ARMV4L),yes) |