softfloat: Implement the full set of comparisons for float16
commitdd205025a048ef6f53ff51eb86ddc58e7a82a771
authorKito Cheng <kito.cheng@sifive.com>
Thu, 30 Jul 2020 09:52:22 +0000 (30 02:52 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 28 Aug 2020 17:48:07 +0000 (28 10:48 -0700)
treec027b3d72f75750320399b3d90ea3f5bb0aeb2d4
parentea1bb830cb021cca2e361091cf728aaabc8c0654
softfloat: Implement the full set of comparisons for float16

Implement them in softfloat and remove the local versions in riscv.

Signed-off-by: Kito Cheng <kito.cheng@sifive.com>
Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <1596102747-20226-2-git-send-email-chihmin.chao@sifive.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/fpu/softfloat.h
target/riscv/vector_helper.c