On 8/28/20 11:33 AM, Peter Maydell wrote: > Add comparison functions for float16 to match the existing float32 > and float64 ones: > > float16_eq() > float16_le() > float16_lt() > float16_unordered() > float16_eq_quiet() > float16_le_quiet() > float16_lt_quiet() > float16_unordered_quiet() > > These are all just convenience wrappers around float16_compare() and > float16_compare_quiet(). We will want these for AArch23 fp16 > support. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
I already have this queued on my softfloat-next branch. https://github.com/rth7680/qemu/commit/dd205025a048ef6f53ff51eb86ddc58e7a82a771 I plan on issuing a pull request for it soon. r~