Re: [Qemu-devel] [RFC PATCH for 2.11 02/23] fpu: import SoftFloat3c

2017-07-21 Thread Alex Bennée
Thomas Huth writes: > On 20.07.2017 17:04, Alex Bennée wrote: >> SoftFloat3c is a re-write of the BSD softfloat library which includes >> a number of new features. It has been written with libraries in mind >> and has a new API so hopefully we can use both side-by-side as we >> migrate. >> >> Si

Re: [Qemu-devel] [RFC PATCH for 2.11 02/23] fpu: import SoftFloat3c

2017-07-21 Thread Thomas Huth
On 20.07.2017 17:04, Alex Bennée wrote: > SoftFloat3c is a re-write of the BSD softfloat library which includes > a number of new features. It has been written with libraries in mind > and has a new API so hopefully we can use both side-by-side as we > migrate. > > Signed-off-by: Alex Bennée > --