From d979d3178b9307700e38884954a466fe9efe89c4 Mon Sep 17 00:00:00 2001 From: "Dave.Wen" Date: Mon, 25 May 2020 22:20:28 -0700 Subject: softfloat: add f16_to_[u]i8 into targets --- softfloat/softfloat.mk.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/softfloat/softfloat.mk.in b/softfloat/softfloat.mk.in index 56fc560..900771e 100644 --- a/softfloat/softfloat.mk.in +++ b/softfloat/softfloat.mk.in @@ -56,11 +56,13 @@ softfloat_c_srcs = \ f16_to_f128.c \ f16_to_f32.c \ f16_to_f64.c \ + f16_to_i8.c \ f16_to_i16.c \ f16_to_i32.c \ f16_to_i32_r_minMag.c \ f16_to_i64.c \ f16_to_i64_r_minMag.c \ + f16_to_ui8.c \ f16_to_ui16.c \ f16_to_ui32.c \ f16_to_ui32_r_minMag.c \ -- cgit v1.1