Sort AV_CPU_FLAG* by value.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 6 Sep 2010 00:04:03 +0000 (00:04 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 6 Sep 2010 00:04:03 +0000 (00:04 +0000)
Originally committed as revision 25047 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/cpu.h

index edac328fa3938386486dd388d8c0c070d7ee19f7..644df3e568b52858e7f7c748c99a74a9944a916d 100644 (file)
@@ -27,8 +27,8 @@
 
     /* lower 16 bits - CPU features */
 #define AV_CPU_FLAG_MMX          0x0001 ///< standard MMX
-#define AV_CPU_FLAG_3DNOW        0x0004 ///< AMD 3DNOW
 #define AV_CPU_FLAG_MMX2         0x0002 ///< SSE integer functions or AMD MMX ext
+#define AV_CPU_FLAG_3DNOW        0x0004 ///< AMD 3DNOW
 #define AV_CPU_FLAG_SSE          0x0008 ///< SSE functions
 #define AV_CPU_FLAG_SSE2         0x0010 ///< PIV SSE2 functions
 #define AV_CPU_FLAG_SSE2SLOW 0x40000000 ///< SSE2 supported, but usually not faster