softfloat: Use FloatRelation for fracN_cmp
commitdee3fcfbb399a0e4ccedbf737b5b0b7f56ecd398
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 1 Apr 2022 13:22:40 +0000 (1 07:22 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 27 Apr 2022 03:01:55 +0000 (26 20:01 -0700)
tree92142e74bb6099c2fc6eb3a5b97eba67c8ae5c38
parent9343c884445201cfd84955f199b13783fa829372
softfloat: Use FloatRelation for fracN_cmp

Since the caller, partsN_compare, is now exclusively
using FloatRelation, it's clearer to use it here too.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20220401132240.79730-4-richard.henderson@linaro.org>
fpu/softfloat.c