On 01/30/2015 08:02 AM, Maciej W. Rozycki wrote:
> Hmm, so perhaps my idea for a later improvement:
>
>> > Eventually we might want to move the new inline functions into a
>> > separate header to be included from softfloat.h instead of softfloat.c,
>> > but let's make changes one step at a time.
On Sat, 31 Jan 2015, Peter Maydell wrote:
> >> > Hmm, so perhaps my idea for a later improvement:
> >> >
> >> >> Eventually we might want to move the new inline functions into a
> >> >> separate header to be included from softfloat.h instead of softfloat.c,
> >> >> but let's make changes one ste
On 31 January 2015 at 11:56, Maciej W. Rozycki wrote:
> On Fri, 30 Jan 2015, Peter Maydell wrote:
>
>> > Hmm, so perhaps my idea for a later improvement:
>> >
>> >> Eventually we might want to move the new inline functions into a
>> >> separate header to be included from softfloat.h instead of s
On Fri, 30 Jan 2015, Peter Maydell wrote:
> > Hmm, so perhaps my idea for a later improvement:
> >
> >> Eventually we might want to move the new inline functions into a
> >> separate header to be included from softfloat.h instead of softfloat.c,
> >> but let's make changes one step at a time.
>
On 30 January 2015 at 16:02, Maciej W. Rozycki wrote:
> Hmm, so perhaps my idea for a later improvement:
>
>> Eventually we might want to move the new inline functions into a
>> separate header to be included from softfloat.h instead of softfloat.c,
>> but let's make changes one step at a time.
On Fri, 30 Jan 2015, Leon Alrae wrote:
> > @@ -760,6 +760,6 @@ static inline int float128_is_any_nan(fl
> >
> > /*
> > | The pattern for a default generated quadruple-precision NaN.
> >
> > *--
On 12/12/2014 19:34, Maciej W. Rozycki wrote:
> Mechanically replace `*_default_nan' variables with inline functions and
> convert references accordingly. Use `__inline__' rather than `inline'
> so that the latter does not cause the definitions to become static as a
> result of macro expansion,
Mechanically replace `*_default_nan' variables with inline functions and
convert references accordingly. Use `__inline__' rather than `inline'
so that the latter does not cause the definitions to become static as a
result of macro expansion, the functions are best inlined when referred
to from