diff options
| author | gingerBill <bill@gingerbill.org> | 2021-06-06 12:35:38 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-06-06 12:35:38 +0100 |
| commit | 785c27daa7a84734c29dbbbb35d084dcdd8752f2 (patch) | |
| tree | f558557d79a59d1ad012d6226df7d62fcf52862b /src/checker.cpp | |
| parent | 795a5910cf237b5ba6c5adcb33109b1e40a17976 (diff) | |
Fix 128-bit integer to float cast by explicitly calling the procedure direct; Fix #781
Diffstat (limited to 'src/checker.cpp')
| -rw-r--r-- | src/checker.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checker.cpp b/src/checker.cpp index 092d7bc31..2792bdece 100644 --- a/src/checker.cpp +++ b/src/checker.cpp @@ -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"), |