Re: [PATCH v2 13/28] softfloat: Convert floatx80_add/sub to FloatParts

2021-06-03 Thread Alex Bennée
Richard Henderson writes: > Since this is the first such, this includes all of the > packing and unpacking routines as well. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH v2 13/28] softfloat: Convert floatx80_add/sub to FloatParts

2021-05-25 Thread Richard Henderson
Since this is the first such, this includes all of the packing and unpacking routines as well. Signed-off-by: Richard Henderson --- fpu/softfloat.c | 339 +++- 1 file changed, 136 insertions(+), 203 deletions(-) diff --git a/fpu/softfloat.c b/fpu/soft