qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 3/7] softfloat: Convert `*_default_nan' varia


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2 3/7] softfloat: Convert `*_default_nan' variables into inline functions
Date: Fri, 30 Jan 2015 16:55:58 +0000

On 30 January 2015 at 16:02, Maciej W. Rozycki <address@hidden> 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.
>
> will actually have to be made right away.  I suspect GCC is more liberal
> here due to its convoluted extern/static/inline semantics history.
> Sigh...

I would suggest just using "static inline", as we do elsewhere
for little utility functions.

-- PMM



reply via email to

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