Janne Grunau 711781d7a1 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.
2015-12-21 17:40:18 +01:00
..
2015-11-24 20:57:11 +02:00
2014-06-18 14:55:28 +02:00
2015-07-18 01:06:45 +02:00
2012-10-15 21:40:08 +01:00
2014-11-28 17:55:27 -05:00