Re: [PATCH v2 13/28] softfloat: Convert floatx80_add/sub to FloatParts
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
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