On 26/4/26 15:39, Richard Henderson wrote:
Use parts64_log2 at each call site.That leaves parts128_log2 unused, so move the whole function back to softfloat.c and specialize for FloatParts64. Signed-off-by: Richard Henderson <[email protected]> --- fpu/softfloat.c | 133 +++++++++++++++++++++++++++++++++++--- fpu/softfloat-parts.c.inc | 131 ------------------------------------- 2 files changed, 125 insertions(+), 139 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
