Reset FPU state after calc_plane_error()

Fixes a MMX/SSE2 mismatch when building with --enable-internal-stats.

Change-Id: I0c50a1f246f6916b7a5fc6f36864ceb362f25520
This commit is contained in:
John Koleszar 2011-10-11 08:43:30 -07:00
parent af12c23e8e
commit 07ba411914

View File

@ -2400,6 +2400,7 @@ static uint64_t calc_plane_error(unsigned char *orig, int orig_stride,
recon += recon_stride;
}
vp8_clear_system_state();
return total_sse;
}