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

Update C packed type conversions #83

Merged
merged 2 commits into from
Oct 7, 2024
Merged

Conversation

dinkelk
Copy link
Collaborator

@dinkelk dinkelk commented Oct 7, 2024

This allows the record conversions to work for types that previously failed compilation checks due to alignment constraints of aliased fields. This allows any packed record to produce a valid U_C type with conversion to U. In addition, new conversion functions have been added to convert directly from U_C to T and/or T_Le and back.

@dinkelk dinkelk requested a review from Jbsco October 7, 2024 15:26
This allows the record conversions to work for types that previously
failed compilation checks due to alignment constraints of aliased
fields. This allows any packed record to produce a valid U_C type with
conversion to U. In addition, new conversion functions have been added
to convert directly from U_C to T and/or T_Le and back.
@dinkelk dinkelk merged commit a52fa38 into lasp:main Oct 7, 2024
4 checks passed
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.

1 participant