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

Implement fixed-point arithmetic #1211

Open
dkolsen-pgi opened this issue Dec 5, 2024 · 0 comments
Open

Implement fixed-point arithmetic #1211

dkolsen-pgi opened this issue Dec 5, 2024 · 0 comments

Comments

@dkolsen-pgi
Copy link
Collaborator

The ClangIR code is littered with llvm_unreachable or assertions about fixed-point not being implemented yet. Almost all code that requires the -ffixed-point option to get through the Clang front end will hit one of these not-yet-implemented errors. Fixed-point supports needs to be implemented at some point.

This is a big enough task that it should probably be broken into smaller tasks, but I don't know what the correct granularity is, so I am not creating those subtasks yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant