Commit 6fc74934 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit 'dc7501e5'

* commit 'dc7501e5':
  checkasm: Issue emms after benchmarking functions
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 6f74e3cd dc7501e5
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include "config.h" #include "config.h"
#include "libavutil/avstring.h" #include "libavutil/avstring.h"
#include "libavutil/cpu.h" #include "libavutil/cpu.h"
#include "libavutil/internal.h"
#include "libavutil/lfg.h" #include "libavutil/lfg.h"
#include "libavutil/timer.h" #include "libavutil/timer.h"
...@@ -167,6 +168,7 @@ void checkasm_checked_call(void *func, ...); ...@@ -167,6 +168,7 @@ void checkasm_checked_call(void *func, ...);
tcount++;\ tcount++;\
}\ }\
}\ }\
emms_c();\
checkasm_update_bench(tcount, tsum);\ checkasm_update_bench(tcount, tsum);\
}\ }\
} while (0) } while (0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment