comparison mathops.h @ 4112:29f5edb4430a libavcodec

Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change the semantics of ARCH_X86 to mean both 32 and 64 bits.
author diego
date Wed, 01 Nov 2006 17:01:33 +0000
parents c8c591fe26f8
children d6f83e2f8804
comparison
equal deleted inserted replaced
4111:bfc1532904eb 4112:29f5edb4430a
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 #ifndef MATHOPS_H 22 #ifndef MATHOPS_H
23 #define MATHOPS_H 23 #define MATHOPS_H
24 24
25 #ifdef ARCH_X86 25 #ifdef ARCH_X86_32
26 26
27 #include "i386/mathops.h" 27 #include "i386/mathops.h"
28 28
29 #elif defined(ARCH_ARMV4L) 29 #elif defined(ARCH_ARMV4L)
30 30