--- xvid_bench.c 2008/11/26 09:31:06 1.37 +++ xvid_bench.c 2008/12/02 13:44:55 1.39 @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: xvid_bench.c,v 1.37 2008/11/26 09:31:06 Isibaar Exp $ + * $Id: xvid_bench.c,v 1.39 2008/12/02 13:44:55 Isibaar Exp $ * ****************************************************************************/ @@ -47,6 +47,7 @@ #include "xvid.h" // inner guts +#include "portab.h" #include "dct/idct.h" #include "dct/fdct.h" #include "image/colorspace.h" @@ -411,6 +412,15 @@ cpu->name, t, s, (s!=26274)?"| ERROR": "" ); + t = gettime_usec(); + emms(); + for(tst=0; tstname, t, s, + (s!=4002)?"| ERROR": "" ); + t = gettime_usec(); emms(); for(tst=0; tst will use autodectect for(c=1; c= 0 && what <= 6) || what == 10) { printf("\n\n" "NB: If a function isn't optimised for a specific set of intructions,\n"