aboutsummaryrefslogtreecommitdiff
path: root/softfloat
diff options
context:
space:
mode:
authorDave.Wen <dave.wen@sifive.com>2020-05-25 22:20:28 -0700
committerDave.Wen <dave.wen@sifive.com>2020-05-25 22:20:28 -0700
commitd979d3178b9307700e38884954a466fe9efe89c4 (patch)
treeccbee082c3e8e0d562015083c58262ac5b9f1bcc /softfloat
parentba69781e5d2bdafc5f8356e246c56261ec838729 (diff)
downloadspike-d979d3178b9307700e38884954a466fe9efe89c4.zip
spike-d979d3178b9307700e38884954a466fe9efe89c4.tar.gz
spike-d979d3178b9307700e38884954a466fe9efe89c4.tar.bz2
softfloat: add f16_to_[u]i8 into targets
Diffstat (limited to 'softfloat')
-rw-r--r--softfloat/softfloat.mk.in2
1 files changed, 2 insertions, 0 deletions
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 \