comparison cpu.h @ 1007:28279a4bfe7d libavutil

Fix typo.
author stefano
date Mon, 06 Sep 2010 00:04:01 +0000
parents 8c87d8df67e1
children 8280cce54f50
comparison
equal deleted inserted replaced
1006:8c87d8df67e1 1007:28279a4bfe7d
32 #define AV_CPU_FLAG_SSE 0x0008 ///< SSE functions 32 #define AV_CPU_FLAG_SSE 0x0008 ///< SSE functions
33 #define AV_CPU_FLAG_SSE2 0x0010 ///< PIV SSE2 functions 33 #define AV_CPU_FLAG_SSE2 0x0010 ///< PIV SSE2 functions
34 #define AV_CPU_FLAG_SSE2SLOW 0x40000000 ///< SSE2 supported, but usually not faster 34 #define AV_CPU_FLAG_SSE2SLOW 0x40000000 ///< SSE2 supported, but usually not faster
35 #define AV_CPU_FLAG_3DNOWEXT 0x0020 ///< AMD 3DNowExt 35 #define AV_CPU_FLAG_3DNOWEXT 0x0020 ///< AMD 3DNowExt
36 #define AV_CPU_FLAG_SSE3 0x0040 ///< Prescott SSE3 functions 36 #define AV_CPU_FLAG_SSE3 0x0040 ///< Prescott SSE3 functions
37 #define AV_CPU_FLAG_SSE3SLOW 0x20000000 ///< SSE3 supported, but usually not faster t 37 #define AV_CPU_FLAG_SSE3SLOW 0x20000000 ///< SSE3 supported, but usually not faster
38 #define AV_CPU_FLAG_SSSE3 0x0080 ///< Conroe SSSE3 functions 38 #define AV_CPU_FLAG_SSSE3 0x0080 ///< Conroe SSSE3 functions
39 #define AV_CPU_FLAG_SSE4 0x0100 ///< Penryn SSE4.1 functions 39 #define AV_CPU_FLAG_SSE4 0x0100 ///< Penryn SSE4.1 functions
40 #define AV_CPU_FLAG_SSE42 0x0200 ///< Nehalem SSE4.2 functions 40 #define AV_CPU_FLAG_SSE42 0x0200 ///< Nehalem SSE4.2 functions
41 #define AV_CPU_FLAG_IWMMXT 0x0100 ///< XScale IWMMXT 41 #define AV_CPU_FLAG_IWMMXT 0x0100 ///< XScale IWMMXT
42 #define AV_CPU_FLAG_ALTIVEC 0x0001 ///< standard 42 #define AV_CPU_FLAG_ALTIVEC 0x0001 ///< standard