OSDN Git Service

softfloat: Move compare_floats to softfloat-parts.c.inc
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 15 Nov 2020 03:20:36 +0000 (19:20 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 3 Jun 2021 20:59:34 +0000 (13:59 -0700)
commit6eb169b89a509321c985346cea278d758108ada5
tree5456ea10fbb8fa5ad2e6da094ae7e26ffe58557a
parentceebc129e51ea3aa8dc81321046ed42432c49511
softfloat: Move compare_floats to softfloat-parts.c.inc

Rename to parts$N_compare.  Rename all of the intermediate
functions to ftype_do_compare.  Rename the hard-float functions
to ftype_hs_compare.  Convert float128 to FloatParts128.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
fpu/softfloat-parts.c.inc
fpu/softfloat.c