[PATCH 31/72] softfloat: Move sf_canonicalize to softfloat-parts.c.inc

2021-05-07 Thread Richard Henderson
At the same time, convert to pointers, rename to parts$N_canonicalize and define a macro for parts_canonicalize using QEMU_GENERIC. Signed-off-by: Richard Henderson --- fpu/softfloat.c | 117 +- fpu/softfloat-parts.c.inc | 33 +++ 2 files ch

Re: [PATCH 31/72] softfloat: Move sf_canonicalize to softfloat-parts.c.inc

2021-05-13 Thread Alex Bennée
Richard Henderson writes: > At the same time, convert to pointers, rename to parts$N_canonicalize > and define a macro for parts_canonicalize using QEMU_GENERIC. You also changed the ordering of checks and the likely/unlikey conditions which would be worth mentioning why in the commit. Otherwi