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

[Cider2] Fixed point data initialization and serialization #2232

Merged
merged 7 commits into from
Jul 29, 2024

Conversation

EclecticGriffin
Copy link
Collaborator

@EclecticGriffin EclecticGriffin commented Jul 29, 2024

Part of #1913.
Closes #2219.

This ended up being a real headache but I think I have things working enough. There are some glaring inefficiencies in the fixed point conversion code but for the time being I am not overly concerned. For the most part I tried to replicate the original fud conversion but did deviate when it comes to rounding with the more standard approach (insofar as I understand it). This doesn't yet adjust the fud2 path to include the rounding flag, that'll need to come later.

@EclecticGriffin EclecticGriffin enabled auto-merge (squash) July 29, 2024 18:14
@EclecticGriffin EclecticGriffin merged commit 87f887b into main Jul 29, 2024
18 checks passed
@EclecticGriffin EclecticGriffin deleted the cider2/fixed-point-maybe branch July 29, 2024 18:32
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

Successfully merging this pull request may close these issues.

[Cider 2] Data converter cannot handle fixed-point values
1 participant