Re: [PATCH 18/72] softfloat: Use pointers with unpack_raw

2021-05-12 Thread Alex Bennée
Richard Henderson writes: > At the same time, rename to unpack_raw64. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

Re: [PATCH 18/72] softfloat: Use pointers with unpack_raw

2021-05-09 Thread Philippe Mathieu-Daudé
On 5/8/21 3:47 AM, Richard Henderson wrote: > At the same time, rename to unpack_raw64. > > Signed-off-by: Richard Henderson > --- > fpu/softfloat.c | 29 +++-- > 1 file changed, 19 insertions(+), 10 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 18/72] softfloat: Use pointers with unpack_raw

2021-05-07 Thread Richard Henderson
At the same time, rename to unpack_raw64. Signed-off-by: Richard Henderson --- fpu/softfloat.c | 29 +++-- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/fpu/softfloat.c b/fpu/softfloat.c index c7f95961cf..5ff9368012 100644 --- a/fpu/softfloat.c +++ b/fpu