comparison libmpeg2/idct_mmx.c @ 13864:96259a2f2142

enable mmx support on x86_64 in libmpeg2
author aurel
date Wed, 03 Nov 2004 17:12:01 +0000
parents d0a8810e155c
children 1385ec491ffb
comparison
equal deleted inserted replaced
13863:2233c999dce1 13864:96259a2f2142
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 */ 22 */
23 23
24 #include "config.h" 24 #include "config.h"
25 25
26 #ifdef ARCH_X86 26 #if defined(ARCH_X86) || defined(ARCH_X86_64)
27 27
28 #include <inttypes.h> 28 #include <inttypes.h>
29 29
30 #include "mpeg2.h" 30 #include "mpeg2.h"
31 #include "attributes.h" 31 #include "attributes.h"