Re: [PATCH v2 04/10] softfloat: Add float_cmask and constants

2020-10-16 Thread Alex Bennée
Richard Henderson writes: > 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 Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH v2 04/10] softfloat: Add float_cmask and constants

2020-09-25 Thread 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 --- fpu/softfloat.c | 31 --- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git