mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
Merge commit 'dc7501e524dc3270335749302c7aa449973625f3'
* commit 'dc7501e524dc3270335749302c7aa449973625f3': checkasm: Issue emms after benchmarking functions Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
6fc74934de
@ -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…
Reference in New Issue
Block a user