Re: [PATCH 20/72] softfloat: Use pointers with pack_raw

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

[PATCH 20/72] softfloat: Use pointers with pack_raw

2021-05-07 Thread Richard Henderson
At the same time, rename to pack_raw64. Signed-off-by: Richard Henderson --- fpu/softfloat.c | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/fpu/softfloat.c b/fpu/softfloat.c index 5a736a46cf..b59b777bca 100644 --- a/fpu/softfloat.c +++ b/fpu/softfloat.