Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support complex types/values #327

Open
osandov opened this issue Jul 5, 2023 · 0 comments
Open

Support complex types/values #327

osandov opened this issue Jul 5, 2023 · 0 comments

Comments

@osandov
Copy link
Owner

osandov commented 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.

@osandov osandov changed the title Support complex types Support complex types/values Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant