diff options
author | Janne Grunau <janne-libav@jannau.net> | 2015-12-11 14:06:38 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2015-12-21 17:40:18 +0100 |
commit | 711781d7a1714ea4eb0217eb1ba04811978c43d1 (patch) | |
tree | 61c7061012c47856da343be6bedee4f5f0784ccd /libavformat/rtpdec_asf.c | |
parent | cc29d96d5a379dbcf2649947d884c202c2a52767 (diff) | |
download | ffmpeg-streaming-711781d7a1714ea4eb0217eb1ba04811978c43d1.zip ffmpeg-streaming-711781d7a1714ea4eb0217eb1ba04811978c43d1.tar.gz |
x86: checkasm: check for or handle missing cleanup after MMX instructions
Not every asm routine is expected clear the MMX state after returning.
It is however a requisite for testing floating point code in checkasm.
Annotate functions requiring cleanup with declare_func_emms() and issue
emms after the call. The remaining functions are checked for having a
cleared MMX state after return.
Diffstat (limited to 'libavformat/rtpdec_asf.c')
0 files changed, 0 insertions, 0 deletions