On 09/17/2014 02:16 AM, Paolo Bonzini wrote:
>
> Looks good. Richard, are you going to pick it up or shall I?
Go ahead.
r~
Il 17/09/2014 10:05, Pavel Dovgalyuk ha scritto:
> This patch introduces cpu_set_fpuc() function, which changes fpuc field
> of the CPU state and calls update_fp_status() function.
> These calls update status of softfloat library and prevent bugs caused
> by non-coherent rounding settings of the FP
On Wed, Sep 17, 2014 at 4:05 PM, Pavel Dovgalyuk
wrote:
> This patch introduces cpu_set_fpuc() function, which changes fpuc field
> of the CPU state and calls update_fp_status() function.
> These calls update status of softfloat library and prevent bugs caused
> by non-coherent rounding settings o
This patch introduces cpu_set_fpuc() function, which changes fpuc field
of the CPU state and calls update_fp_status() function.
These calls update status of softfloat library and prevent bugs caused
by non-coherent rounding settings of the FPU and softfloat.
v2 changes:
* Added missed calls and i