Re: [PATCH 0/5] Drop float32/float64 accessors used by gdbstub code

2021-02-09 Thread Alex Bennée
Peter Maydell writes: > We used to make a distinction between 'float64'/'float32' types and > the 'uint64_t'/'uint32_t' types, requiring special conversion > operations to go between them. We've now dropped this distinction as > unnecessary, and the 'float*' types remain primarily for > docume

Re: [PATCH 0/5] Drop float32/float64 accessors used by gdbstub code

2021-02-08 Thread Philippe Mathieu-Daudé
On 2/8/21 12:34 PM, Peter Maydell wrote: > We used to make a distinction between 'float64'/'float32' types and > the 'uint64_t'/'uint32_t' types, requiring special conversion > operations to go between them. We've now dropped this distinction as > unnecessary, and the 'float*' types remain primari

[PATCH 0/5] Drop float32/float64 accessors used by gdbstub code

2021-02-08 Thread Peter Maydell
We used to make a distinction between 'float64'/'float32' types and the 'uint64_t'/'uint32_t' types, requiring special conversion operations to go between them. We've now dropped this distinction as unnecessary, and the 'float*' types remain primarily for documentation purposes when used in places