You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The C standard defines complex types: https://en.cppreference.com/w/c/language/arithmetic_types#Complex_floating_types, as does the DWARF format. Before 78316a2, we had broken support for complex types, but now we don't have any code for them at all. To support them properly, we'd need to 1) bring back complex types and 2) implement objects with complex types.
The text was updated successfully, but these errors were encountered:
osandov
changed the title
Support complex types
Support complex types/values
Jul 5, 2023
The C standard defines complex types: https://en.cppreference.com/w/c/language/arithmetic_types#Complex_floating_types, as does the DWARF format. Before 78316a2, we had broken support for complex types, but now we don't have any code for them at all. To support them properly, we'd need to 1) bring back complex types and 2) implement objects with complex types.
The text was updated successfully, but these errors were encountered: