comparison mathops.h @ 8759:4cea2f47219a libavcodec

re-enable mid_pred asm on x86_64. (broke in r16681)
author lorenm
date Sun, 08 Feb 2009 17:44:04 +0000
parents 04423b2f6e0b
children 005cf8ba225f
comparison
equal deleted inserted replaced
8758:93980b03673e 8759:4cea2f47219a
22 #ifndef AVCODEC_MATHOPS_H 22 #ifndef AVCODEC_MATHOPS_H
23 #define AVCODEC_MATHOPS_H 23 #define AVCODEC_MATHOPS_H
24 24
25 #include "libavutil/common.h" 25 #include "libavutil/common.h"
26 26
27 #if ARCH_X86_32 27 #if ARCH_X86
28 28
29 #include "x86/mathops.h" 29 #include "x86/mathops.h"
30 30
31 #elif ARCH_ARM 31 #elif ARCH_ARM
32 32