Re: [Qemu-devel] [PATCH v2] softfloat: Support float_round_to_odd more places

2019-02-22 Thread Alex Bennée
Richard Henderson writes: > Previously this was only supported for roundAndPackFloat64. > > New support in round_canonical, round_to_int, float128_round_to_int, > roundAndPackFloat32, roundAndPackInt32, roundAndPackInt64, > roundAndPackUint64. This does not include any of the floatx80 routines

Re: [Qemu-devel] [PATCH v2] softfloat: Support float_round_to_odd more places

2019-02-15 Thread David Hildenbrand
On 15.02.19 18:02, Richard Henderson wrote: > Previously this was only supported for roundAndPackFloat64. > > New support in round_canonical, round_to_int, float128_round_to_int, > roundAndPackFloat32, roundAndPackInt32, roundAndPackInt64, > roundAndPackUint64. This does not include any of the fl

[Qemu-devel] [PATCH v2] softfloat: Support float_round_to_odd more places

2019-02-15 Thread Richard Henderson
Previously this was only supported for roundAndPackFloat64. New support in round_canonical, round_to_int, float128_round_to_int, roundAndPackFloat32, roundAndPackInt32, roundAndPackInt64, roundAndPackUint64. This does not include any of the floatx80 routines, as we do not have users for that roun