mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
The last MMX(EXT) convert_unscaled functions have been removed in61e851381f. And anyway, there is no emms_c cleaning up after these functions, so they must not clobber the fpu state; that they did it at the time this checkasm test has been added was a bug introduced bye934194b6aand fixed by the removal of said MMX(EXT) functions. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>