Fix 128-bit integer to float cast by explicitly calling the procedure direct; Fix #781

This commit is contained in:
gingerBill
2021-06-06 12:35:38 +01:00
parent 795a5910cf
commit 785c27daa7
5 changed files with 97 additions and 84 deletions

View File

@@ -1751,6 +1751,7 @@ void generate_minimum_dependency_set(Checker *c, Entity *start) {
str_lit("divti3"),
str_lit("fixdfti"),
str_lit("floattidf"),
str_lit("floattidf_unsigned"),
str_lit("truncsfhf2"),
str_lit("truncdfhf2"),
str_lit("gnu_h2f_ieee"),