qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] softfloat: rebase to version 2a


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] softfloat: rebase to version 2a
Date: Mon, 29 Apr 2013 21:18:28 +0100

On 29 April 2013 19:53, Anthony Liguori <address@hidden> wrote:
> Anthony Liguori <address@hidden> writes:
>
>> Thiemo Seufer <address@hidden>
[rearranging the order a little]

>>       5a6932d Fix NaN handling for MIPS and HPPA.
>>       b645bb4 Fix softfloat NaN handling.

These two commits are basically the SNAN_BIT_IS_ONE
support, needed for MIPS, SH4 and Unicore32. It should
be easy enough for somebody who cares about those targets
to reinstate.

>>       924b2c0 Add proper float*_is_nan prototypes.

This is just adding some function prototypes -- we can
trivially reimplement it (probably by fixing the compile
errors that result when it's reverted).

>>       5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files
>>       63a654b trunc() for Solaris 9 / SPARC, by Juergen Keil.
>>       fc81ba5 Check that HOST_SOLARIS is defined before relying on its
>>       value. Spotted by Joachim Henke.

These three are all changes to files that have subsequently been
deleted (the softfloat-native support was dropped altogether).

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]