Re: [Qemu-devel] [PATCH v3 3/4] softfloat: use floatx80_infinity in softfloat

2018-02-24 Thread Laurent Vivier
Le 24/02/2018 à 18:26, Richard Henderson a écrit : > On 02/24/2018 09:21 AM, Laurent Vivier wrote: >> I think the change should be in fact: >> >> @@ -4549,10 +4555,7 @@ int64_t floatx80_to_int64(floatx80 a, >> float_status *status) >> if ( shiftCount <= 0 ) { >> if ( shiftCount ) {

Re: [Qemu-devel] [PATCH v3 3/4] softfloat: use floatx80_infinity in softfloat

2018-02-24 Thread Richard Henderson
On 02/24/2018 09:21 AM, Laurent Vivier wrote: > I think the change should be in fact: > > @@ -4549,10 +4555,7 @@ int64_t floatx80_to_int64(floatx80 a, > float_status *status) > if ( shiftCount <= 0 ) { > if ( shiftCount ) { > float_raise(float_flag_invalid, status); > -

Re: [Qemu-devel] [PATCH v3 3/4] softfloat: use floatx80_infinity in softfloat

2018-02-24 Thread Laurent Vivier
Le 24/02/2018 à 03:26, Richard Henderson a écrit : > On 02/23/2018 06:59 AM, Laurent Vivier wrote: >> @@ -4550,8 +4556,8 @@ int64_t floatx80_to_int64(floatx80 a, float_status >> *status) >> if ( shiftCount ) { >> float_raise(float_flag_invalid, status); >> if (

Re: [Qemu-devel] [PATCH v3 3/4] softfloat: use floatx80_infinity in softfloat

2018-02-23 Thread Richard Henderson
On 02/23/2018 06:59 AM, Laurent Vivier wrote: > @@ -4550,8 +4556,8 @@ int64_t floatx80_to_int64(floatx80 a, float_status > *status) > if ( shiftCount ) { > float_raise(float_flag_invalid, status); > if (! aSign > - || (( aExp == 0x7FFF )