mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-14 23:33:15 +00:00
Add extra 128 bit integer procedures
This commit is contained in:
@@ -1706,6 +1706,11 @@ void generate_minimum_dependency_set(Checker *c, Entity *start) {
|
||||
|
||||
str_lit("umodti3"),
|
||||
str_lit("udivti3"),
|
||||
str_lit("modti3"),
|
||||
str_lit("divti3"),
|
||||
str_lit("fixdfti"),
|
||||
str_lit("floattidf"),
|
||||
|
||||
|
||||
str_lit("memset"),
|
||||
str_lit("memcpy"),
|
||||
|
||||
Reference in New Issue
Block a user