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:
parent
af12c23e8e
commit
07ba411914
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user