[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH V2] softfloat: Rename float*_is_nan() functions
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH V2] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() |
Date: |
Fri, 17 Dec 2010 16:48:50 +0000 |
On 17 December 2010 16:19, Andreas Färber <address@hidden> wrote:
>> Can this patch be applied? (There are more ARM/softfloat patches
>> in my queue which will break it again otherwise...)
>
> If we're engaging into refactoring the softfloat library, I still have a
> large'ish patch lying around to fix signature mismatches between header and
> sources wrt to integer arguments and migrating to POSIX integer types
> (BeOS/Haiku system headers define int32 etc. differently). Browsing through
> your patch it shouldn't conflict, but I guess it'll be best to have it go
> through your queue to avoid troubles.
I wasn't planning to put this patch into my "ARM fixes" queue to be
pulled directly, because it's a bit wider in scope than fixing things
for ARM targets. (Hence the "can this be applied?" request :-))
On the types issue, at the moment softfloat uses "int32" etc for
"a handy type holding at least 32 bits", and "bits32" for "exactly
32 bits". So I guess changing the 'bits' types to the POSIX int32_t
and friends would be straightforward enough, but what does your
patch do with the int32 types?
-- PMM
- [Qemu-devel] [PATCH V2] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan(), Peter Maydell, 2010/12/17
- Re: [Qemu-devel] [PATCH V2] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan(), Andreas Färber, 2010/12/17
- Re: [Qemu-devel] [PATCH V2] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan(),
Peter Maydell <=
- Re: [Qemu-devel] [PATCH V2] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan(), Andreas Färber, 2010/12/17
- Re: [Qemu-devel] [PATCH V2] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan(), Peter Maydell, 2010/12/17
- Re: [Qemu-devel] [PATCH V2] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan(), Nathan Froyd, 2010/12/17
- Re: [Qemu-devel] [PATCH V2] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan(), Peter Maydell, 2010/12/18
- Re: [Qemu-devel] [PATCH V2] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan(), Andreas Färber, 2010/12/18
- Re: [Qemu-devel] [PATCH V2] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan(), Peter Maydell, 2010/12/18
- Re: [Qemu-devel] [PATCH V2] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan(), Andreas Färber, 2010/12/18
- Re: [Qemu-devel] [PATCH V2] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan(), Andreas Färber, 2010/12/18
- Re: [Qemu-devel] [PATCH V2] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan(), malc, 2010/12/18
- Re: [Qemu-devel] [PATCH V2] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan(), Nathan Froyd, 2010/12/18