mirror of
https://github.com/Ed94/Odin.git
synced 2026-09-01 05:50:08 +00:00
Add comparisons to structs where all fields are comparable == and !=
This commit is contained in:
@@ -1768,6 +1768,7 @@ void generate_minimum_dependency_set(Checker *c, Entity *start) {
|
||||
str_lit("memcpy"),
|
||||
str_lit("memmove"),
|
||||
|
||||
str_lit("memory_equal"),
|
||||
str_lit("memory_compare"),
|
||||
str_lit("memory_compare_zero"),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user