[RFC PATCH 4/8] softfloat: Add float_cmask and constants

2020-10-20 Thread Alex Bennée
From: Richard Henderson Testing more than one class at a time is better done with masks. This reduces the static branch count. Reviewed-by: David Hildenbrand Signed-off-by: Richard Henderson Signed-off-by: Alex Bennée Message-Id: <20200925152047.709901-5-richard.hender...@linaro.org> --- fpu

Re: [PATCH 4/8] softfloat: Add float_cmask and constants

2020-09-24 Thread David Hildenbrand
On 24.09.20 03:24, Richard Henderson wrote: > Testing more than one class at a time is better done with masks. > This reduces the static branch count. > > Signed-off-by: Richard Henderson > --- > fpu/softfloat.c | 31 --- > 1 file changed, 24 insertions(+), 7 deletion

[PATCH 4/8] softfloat: Add float_cmask and constants

2020-09-23 Thread Richard Henderson
Testing more than one class at a time is better done with masks. This reduces the static branch count. Signed-off-by: Richard Henderson --- fpu/softfloat.c | 31 --- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/fpu/softfloat.c b/fpu/softfloat.c index