Re: [PATCH 2/5] target/m68k: Drop use of gdb_get_float64() and ldfq_p()

2021-02-09 Thread Laurent Vivier
Le 08/02/2021 à 12:34, Peter Maydell a écrit : > 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 p

[PATCH 2/5] target/m68k: Drop use of gdb_get_float64() and ldfq_p()

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