softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)
commitceebc129e51ea3aa8dc81321046ed42432c49511
authorDavid Hildenbrand <david@redhat.com>
Mon, 17 May 2021 14:27:36 +0000 (17 16:27 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 3 Jun 2021 20:59:34 +0000 (3 13:59 -0700)
tree97d913cb2bd7d28af0e553e46e6e7bc15a8f5393
parente1c4667a9b91b1500e47f4cbb4e43a36136e6d29
softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)

The float128 implementation is straight-forward.
Unfortuantely, we don't have any tests we can simply adjust/unlock.

Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20210517142739.38597-24-david@redhat.com>
[rth: Update for changed parts_minmax return value]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
fpu/softfloat.c
include/fpu/softfloat.h