comparison liba52/mm_accel.h @ 3905:91e5c563fce5

SSE added
author arpi
date Sun, 30 Dec 2001 20:26:19 +0000
parents 35b18ed357c2
children 703d08e4467b
comparison
equal deleted inserted replaced
3904:848d848521b9 3905:91e5c563fce5
29 29
30 /* x86 accelerations */ 30 /* x86 accelerations */
31 #define MM_ACCEL_X86_MMX 0x80000000 31 #define MM_ACCEL_X86_MMX 0x80000000
32 #define MM_ACCEL_X86_3DNOW 0x40000000 32 #define MM_ACCEL_X86_3DNOW 0x40000000
33 #define MM_ACCEL_X86_MMXEXT 0x20000000 33 #define MM_ACCEL_X86_MMXEXT 0x20000000
34 #define MM_ACCEL_X86_SSE 0x10000000
34 35
35 uint32_t mm_accel (void); 36 uint32_t mm_accel (void);
36 37
37 #endif /* MM_ACCEL_H */ 38 #endif /* MM_ACCEL_H */