comparison libvo/aclib_template.c @ 35705:b4ce15212bfc

Replace obsolete x86_cpu.h #includes by the correct header.
author diego
date Sun, 20 Jan 2013 16:36:25 +0000
parents 4e2f4bd081ce
children
comparison
equal deleted inserted replaced
35704:ec0cc8013b3a 35705:b4ce15212bfc
78 */ 78 */
79 79
80 // 3dnow memcpy support from kernel 2.4.2 80 // 3dnow memcpy support from kernel 2.4.2
81 // by Pontscho/fresh!mindworkz 81 // by Pontscho/fresh!mindworkz
82 82
83 #include "libavutil/x86_cpu.h" 83 #include "libavutil/x86/asm.h"
84 84
85 #undef HAVE_ONLY_MMX1 85 #undef HAVE_ONLY_MMX1
86 #if HAVE_MMX && !HAVE_MMX2 && !HAVE_AMD3DNOW && !HAVE_SSE 86 #if HAVE_MMX && !HAVE_MMX2 && !HAVE_AMD3DNOW && !HAVE_SSE
87 /* means: mmx v.1. Note: Since we added alignment of destinition it speedups 87 /* means: mmx v.1. Note: Since we added alignment of destinition it speedups
88 of memory copying on PentMMX, Celeron-1 and P2 upto 12% versus 88 of memory copying on PentMMX, Celeron-1 and P2 upto 12% versus