Browse Source

Merge commit 'dc7501e524dc3270335749302c7aa449973625f3'

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

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
tags/n3.2
Hendrik Leppkes 8 years ago
parent
commit
6fc74934de
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tests/checkasm/checkasm.h

+ 2
- 0
tests/checkasm/checkasm.h View File

@@ -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