Merge commit 'dc7501e524dc3270335749302c7aa449973625f3'

* commit 'dc7501e524dc3270335749302c7aa449973625f3':
  checkasm: Issue emms after benchmarking functions

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
pull/237/merge
Hendrik Leppkes 8 years ago
commit 6fc74934de
  1. 2
      tests/checkasm/checkasm.h

@ -27,6 +27,7 @@
#include "config.h"
#include "libavutil/avstring.h"
#include "libavutil/cpu.h"
#include "libavutil/internal.h"
#include "libavutil/lfg.h"
#include "libavutil/timer.h"
@ -167,6 +168,7 @@ void checkasm_checked_call(void *func, ...);
tcount++;\
}\
}\
emms_c();\
checkasm_update_bench(tcount, tsum);\
}\
} while (0)

Loading…
Cancel
Save