Skip to content
New issue

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

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

Already on GitHub? # to your account

Add missing test case for BitCast #97983

Merged
merged 1 commit into from
Feb 10, 2024
Merged

Conversation

MichalPetryka
Copy link
Contributor

BitCast lacked a test for the case of 2 structs with target requiring higher alignment than source, which could be problematic on platforms without unaligned loads.

BitCast lacked a test for the case of 2 structs with target requiring higher alignment than source, which could be problematic on platforms without unaligned loads.
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Feb 5, 2024
@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Feb 5, 2024
@filipnavara filipnavara added area-System.Runtime and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Feb 5, 2024
@ghost
Copy link

ghost commented Feb 5, 2024

Tagging subscribers to this area: @dotnet/area-system-runtime
See info in area-owners.md if you want to be subscribed.

Issue Details

BitCast lacked a test for the case of 2 structs with target requiring higher alignment than source, which could be problematic on platforms without unaligned loads.

Author: MichalPetryka
Assignees: -
Labels:

area-System.Runtime, community-contribution

Milestone: -

@tannergooding tannergooding merged commit af53dab into dotnet:main Feb 10, 2024
108 of 111 checks passed
tannergooding added a commit to tannergooding/runtime that referenced this pull request Feb 10, 2024
tannergooding added a commit that referenced this pull request Feb 11, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Mar 12, 2024
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
area-System.Runtime community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants