[PATCH 39/72] softfloat: Use add192 in mul128To256

2021-05-07 Thread Richard Henderson
We can perform the operation in 6 total adds instead of 8. Signed-off-by: Richard Henderson --- include/fpu/softfloat-macros.h | 37 +++--- 1 file changed, 12 insertions(+), 25 deletions(-) diff --git a/include/fpu/softfloat-macros.h b/include/fpu/softfloat-macros.h

Re: [PATCH 39/72] softfloat: Use add192 in mul128To256

2021-05-13 Thread Alex Bennée
Richard Henderson writes: > We can perform the operation in 6 total adds instead of 8. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée Tested-by: Alex Bennée > --- > include/fpu/softfloat-macros.h | 37 +++--- > 1 file changed, 12 insertions(+), 2