[MPlayer-dev-eng] [PATCH] Make mp3lib SIMD optimizations work on AMD64, the Finale

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Wed Jun 6 17:06:51 CEST 2007


Hello,
On Wed, Jun 06, 2007 at 05:11:59PM +0800, Zuxy Meng wrote:
[...]
>  SRCS_COMMON = sr1.c
> +ifeq ($(TARGET_ARCH_X86),yes)
> +SRCS_COMMON-$(TARGET_MMX)     += decode_MMX.c
> +SRCS_COMMON-$(TARGET_SSE)     += dct64_sse.c
> +endif

Is the TARGET_ARCH_X86 check really needed? I'd say TARGET_MMX or
TARGET_SSE implies it...

Greetings,
Reimar Döffinger



More information about the MPlayer-dev-eng mailing list