OSDN Git Service

softfloat: Use FloatRelation within partsN_compare
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 1 Apr 2022 13:22:39 +0000 (07:22 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 27 Apr 2022 03:01:55 +0000 (20:01 -0700)
commit9343c884445201cfd84955f199b13783fa829372
treef81e3608749428b883dccda046c10e55bfe0af3a
parentb880867f15623b2e82b0fa6b149753d7c18c615c
softfloat: Use FloatRelation within partsN_compare

As the return type is FloatRelation, it's clearer to
use the type for 'cmp' within the function.

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