aboutsummaryrefslogtreecommitdiff
path: root/src/checker.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-09-25 15:38:56 +0100
committergingerBill <bill@gingerbill.org>2021-09-25 15:38:56 +0100
commitfa0d58f96ea0d576cf4adbd77480cfd4ce0510c4 (patch)
tree6dcb43d5498b94bbacf647672d42dc24fb27787a /src/checker.cpp
parentebc09d5e4ee956e2ffa7e18f9f0c57af6433c64b (diff)
Correct f64 -> u128/i128 generation
Diffstat (limited to 'src/checker.cpp')
-rw-r--r--src/checker.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/checker.cpp b/src/checker.cpp
index 8d85784fa..fd3de3552 100644
--- a/src/checker.cpp
+++ b/src/checker.cpp
@@ -1980,6 +1980,8 @@ void generate_minimum_dependency_set(Checker *c, Entity *start) {
str_lit("modti3"),
str_lit("divti3"),
str_lit("fixdfti"),
+ str_lit("fixunsdfti"),
+ str_lit("fixunsdfdi"),
str_lit("floattidf"),
str_lit("floattidf_unsigned"),
str_lit("truncsfhf2"),